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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | ????e?h | 0011111100111111001111110011111110000010100001010011111101101000 | 3f3f3f3f82853f68 |
EUC-JP | ????e?h | 0011111100111111001111110011111110100011111001010011111101101000 | 3f3f3f3fa3e53f68 |
UTF-8 | 溜좊죫溜e뎀h | 11101111101001111000101111101100101000101000101011101100101000111010101111101111101001111000101111101111101111011000010111101011100011101000000001101000 | efa78beca28aeca3abefa78befbd85eb8e8068 |
UHC | 溜좊죫溜e뎀h | 11101010111111101010000011101011101000011000011011101010111111101010001111100101101101011010100101101000 | eafea0eba186eafea3e5b5a968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)