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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬘瑚f讚 | 1110100110100001100011001110100010000010100001101110011010101011 | e9a18ce88286e6ab |
EUC-JP | 鬘瑚f讚 | 1111001010100011101110001110101010100011111001101110110010101101 | f2a3b8eaa3e6ecad |
UTF-8 | 鬘瑚f讚 | 111010011010110010011000111001111001000110011010111011111011110110000110111010001010111010011010 | e9ac98e7919aefbd86e8ae9a |
UHC | ?瑚f讚 | 00111111111110111101000110100011111001101111001111000110 | 3ffbd1a3e6f3c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)