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 | ツ山 | 110000101000111001010010 | c28e52 |
EUC-JP | ツ山 | 10001110110000101011101110110011 | 8ec2bbb3 |
UTF-8 | ツ山 | 111011111011111010000010111001011011000110110001 | efbe82e5b1b1 |
UHC | ?山 | 001111111101111110100011 | 3fdfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)