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 | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | ?訥ゴ@h | 00111111111001100110001110000011010100110100000001101000 | 3fe66383534068 |
EUC-JP | ?訥ゴ@h | 00111111111010111100010010100101101101000100000001101000 | 3febc4a5b44068 |
UTF-8 | 룵訥ゴ@h | 1110101110100011101101011110100010101000101001011110001110000010101101000100000001101000 | eba3b5e8a8a5e382b44068 |
UHC | 룵訥ゴ@h | 1000111110101010110100101110110110101011101101000100000001101000 | 8faad2edabb44068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)