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 | 糯勺 | 11100010111101111000111011011001 | e2f78ed9 |
EUC-JP | 糯勺 | 11100100111110011011110011011011 | e4f9bcdb |
UTF-8 | 糯勺 | 111001111011001110101111111001011000101110111010 | e7b3afe58bba |
UHC | ?勺 | 001111111110110111000011 | 3fedc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)