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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 皀皀^ | 1110000110100011111000011010001101011110 | e1a3e1a35e |
EUC-JP | 皀皀^ | 1110001010100101111000101010010101011110 | e2a5e2a55e |
UTF-8 | 皀皀^ | 11100111100110101000000011100111100110101000000001011110 | e79a80e79a805e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)