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 | }ZçD | 100011100111110110001101010110101110011101000100 | 8e7d8d5ae744 |
SJIS-WIN | ?}?Z?D | 001111110111110100111111010110100011111101000100 | 3f7d3f5a3f44 |
EUC-JP | ?}?ZçD | 0011111101111101001111110101101010001111101010111010111001000100 | 3f7d3f5a8fabae44 |
UTF-8 | }ZçD | 110000101000111001111101110000101000110101011010110000111010011101000100 | c28e7dc28d5ac3a744 |
UHC | ?}?Z?D | 001111110111110100111111010110100011111101000100 | 3f7d3f5a3f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)