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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??梯?梯?^ | 001111110011111110010010111100100011111110010010111100100011111101011110 | 3f3f92f23f92f23f5e |
EUC-JP | ??梯?梯?^ | 001111110011111111000100111101000011111111000100111101000011111101011110 | 3f3fc4f43fc4f43f5e |
UTF-8 | 罹렡梯렕梯렕^ | 11101111101001111010011011101011101000001010000111100110101000101010111111101011101000001001010111100110101000101010111111101011101000001001010101011110 | efa7a6eba0a1e6a2afeba095e6a2afeba0955e |
UHC | 罹렡梯렕梯렕^ | 11101100101110101000111010110010111100001010110010001110101010101111000010101100100011101010101001011110 | ecba8eb2f0ac8eaaf0ac8eaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)