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 | 瓮i?@h | 11100001010001001000001010001001001111110100000001101000 | e14482893f4068 |
EUC-JP | 瓮i?@h | 11100001101001011010001111101001001111110100000001101000 | e1a5a3e93f4068 |
UTF-8 | 瓮i겦@h | 1110011110010011101011101110111110111101100010011110101010110010101001100100000001101000 | e793aeefbd89eab2a64068 |
UHC | 瓮i겦@h | 1110100010110111101000111110100110000001101110000100000001101000 | e8b7a3e981b84068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)