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 | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
EUC-JP | 鉥??@h | 10001111111000111110100000111111001111110100000001101000 | 8fe3e83f3f4068 |
UTF-8 | 鉥윎욙@h | 1110100110001001101001011110110010011100100011101110110010011010100110010100000001101000 | e989a5ec9c8eec9a994068 |
UHC | 鉥윎욙@h | 1110001011111100100111111001010110011110111101000100000001101000 | e2fc9f959ef44068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)