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 | 00111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f4068 |
SJIS-WIN | ????チ@h | 0011111100111111001111110011111110000011011000000100000001101000 | 3f3f3f3f83604068 |
EUC-JP | ????チ@h | 0011111100111111001111110011111110100101110000010100000001101000 | 3f3f3f3fa5c14068 |
UTF-8 | 룵句룴횕チ@h | 1110101110100011101101011110111110100100100001101110101110100011101101001110110110011010100101011110001110000011100000010100000001101000 | eba3b5efa486eba3b4ed9a95e383814068 |
UHC | 룵句룴횕チ@h | 100011111010101011001111111110111000111110101001110000111000111110101011110000010100000001101000 | 8faacffb8fa9c38fabc14068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)