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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 但村h | 1001001001000001100100011011101001101000 | 924191ba68 |
EUC-JP | 但村h | 1100001110100010110000101011110001101000 | c3a2c2bc68 |
UTF-8 | 但村h | 11100100101111011000011011100110100111011001000101101000 | e4bd86e69d9168 |
UHC | 但村h | 1101001110100011111101011011110101101000 | d3a3f5bd68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)