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 | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | ??晁@h | 001111110011111110011101111010000100000001101000 | 3f3f9de84068 |
EUC-JP | ??晁@h | 001111110011111111011010111010100100000001101000 | 3f3fdaea4068 |
UTF-8 | 롘렪晁@h | 1110101110100001100110001110101110100000101010101110011010011001100000010100000001101000 | eba198eba0aae699814068 |
UHC | 롘렪晁@h | 1000111011011100100011101011100011110000110001010100000001101000 | 8edc8eb8f0c54068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)