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 | 在??在??^ | 100011011101110100111111001111111000110111011101001111110011111101011110 | 8ddd3f3f8ddd3f3f5e |
EUC-JP | 在??在??^ | 101110101101111100111111001111111011101011011111001111110011111101011110 | badf3f3fbadf3f3f5e |
UTF-8 | 在롔롖在롗렻^ | 11100101100111001010100011101011101000011001010011101011101000011001011011100101100111001010100011101011101000011001011111101011101000001011101101011110 | e59ca8eba194eba196e59ca8eba197eba0bb5e |
UHC | 在롔롖在롗렻^ | 11101110101001001000111011011000100011101101101011101110101001001000111011011011100011101100001101011110 | eea48ed88edaeea48edb8ec35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)