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 | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 驛??}B | 111010011000001100111111001111110111110101000010 | e9833f3f7d42 |
EUC-JP | 驛??}B | 111100011110001100111111001111110111110101000010 | f1e33f3f7d42 |
UTF-8 | 驛들눈}B | 1110100110101001100110111110101110010011101001001110101110001000100010000111110101000010 | e9a99beb93a4eb88887d42 |
UHC | 驛들눈}B | 1110011010111110101101011110100110110100101010110111110101000010 | e6beb5e9b4ab7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)