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 | ù§HG | 11111001101001110100100001000111 | f9a74847 |
SJIS-WIN | ?§HG | 0011111110000001100110000100100001000111 | 3f81984847 |
EUC-JP | ù§HG | 10001111101010111110001110100001111110000100100001000111 | 8fabe3a1f84847 |
UTF-8 | ù§HG | 110000111011100111000010101001110100100001000111 | c3b9c2a74847 |
UHC | ?§HG | 0011111110100001110101110100100001000111 | 3fa1d74847 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)