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 | ?§ | 0011111110100111 | 3fa7 |
SJIS-WIN | 楢§ | 10010011111010001000000110011000 | 93e88198 |
EUC-JP | 楢§ | 11000110111010101010000111111000 | c6eaa1f8 |
UTF-8 | 楢§ | 1110011010100101101000101100001010100111 | e6a5a2c2a7 |
UHC | 楢§ | 11101010111110011010000111010111 | eaf9a1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)