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 | ??hh??h | 00111111001111110110100001101000001111110011111101101000 | 3f3f68683f3f68 |
SJIS-WIN | hhh | 1111000011101111111101111010100101101000011010001111000011101111111101111010100101101000 | f0eff7a96868f0eff7a968 |
EUC-JP | ??hh??h | 00111111001111110110100001101000001111110011111101101000 | 3f3f68683f3f68 |
UTF-8 | hhh | 111011101000001010101110111011101001011010001100011010000110100011101110100000101010111011101110100101101000110001101000 | ee82aeee968c6868ee82aeee968c68 |
UHC | ??hh??h | 00111111001111110110100001101000001111110011111101101000 | 3f3f68683f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)