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 | 100010101010001000111111001111110100000001101000 | 8aa23f3f4068 |
EUC-JP | 瓦??@h | 101101001010010000111111001111110100000001101000 | b4a43f3f4068 |
UTF-8 | 瓦뱄쉼@h | 1110011110010011101001101110101110110001100001001110110010001001101111000100000001101000 | e793a6ebb184ec89bc4068 |
UHC | 瓦뱄쉼@h | 1110100010111111101110011110111110111101101100000100000001101000 | e8bfb9efbdb04068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)