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 | 磆睹 | 11100001111101011110000111001111 | e1f5e1cf |
EUC-JP | 磆睹 | 11100010111101111110001011010001 | e2f7e2d1 |
UTF-8 | 磆睹 | 111001111010001110000110111001111001110110111001 | e7a386e79db9 |
UHC | ?睹 | 001111111101010010101001 | 3fd4a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)