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 | 硴 | 11100001111010111111010111100111 | e1ebf5e7 |
EUC-JP | 硴? | 111000101110110100111111 | e2ed3f |
UTF-8 | 硴 | 111001111010000110110100111011101001000110010010 | e7a1b4ee9192 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)