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 | ?燮 | 001111111001100111010111 | 3f99d7 |
EUC-JP | 剡燮 | 1000111110110011110001111101001011011001 | 8fb3c7d2d9 |
UTF-8 | 剡燮 | 111001011000100110100001111001111000011110101110 | e589a1e787ae |
UHC | 剡燮 | 11100000111001101110000011110000 | e0e6e0f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)