To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隴エ譏カ蟯 | 1110100010101101101101001110011010011000101101101110010110110010 | e8adb4e698b6e5b2 |
EUC-JP | 隴エ譏カ蟯 | 11110000101011111000111010110100111010111111100010001110101101101110101010110100 | f0af8eb4ebf88eb6eab4 |
UTF-8 | 隴エ譏カ蟯 | 111010011001101010110100111011111011110110110100111010001010110110001111111011111011110110110110111010001001111110101111 | e99ab4efbdb4e8ad8fefbdb6e89faf |
UHC | ??譏?蟯 | 00111111001111111101000111000001001111111110100110101000 | 3f3fd1c13fe9a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)