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 | 墻??橈??^ | 100110101101010000111111001111111001111011110100001111110011111101011110 | 9ad43f3f9ef43f3f5e |
EUC-JP | 墻??橈??^ | 110101001101011000111111001111111101110011110110001111110011111101011110 | d4d63f3fdcf63f3f5e |
UTF-8 | 墻긷윿橈꾢쳣^ | 11100101101000101011101111101010101110001011011111101100100111001011111111100110101010011000100011101010101111101010001011101100101100111010001101011110 | e5a2bbeab8b7ec9cbfe6a988eabea2ecb3a35e |
UHC | 墻긷윿橈꾢쳣^ | 11101101110111111011000111100101100111111011011111101000111110101000010011100101101010111000100101011110 | eddfb1e59fb7e8fa84e5ab895e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)