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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 蘚燮 | 11100101011001001001100111010111 | e56499d7 |
EUC-JP | 蘚燮 | 11101001110001011101001011011001 | e9c5d2d9 |
UTF-8 | 蘚燮 | 111010001001100010011010111001111000011110101110 | e8989ae787ae |
UHC | 蘚燮 | 11100000110100001110000011110000 | e0d0e0f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)