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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 瞎鵈i瞎鵈iB | 1110000111010000111010011111110001101001111000011101000011101001111111000110100101000010 | e1d0e9fc69e1d0e9fc6942 |
EUC-JP | 瞎鵈i瞎鵈iB | 1110001011010010111100101111111001101001111000101101001011110010111111100110100101000010 | e2d2f2fe69e2d2f2fe6942 |
UTF-8 | 瞎鵈i瞎鵈iB | 111001111001111010001110111010011011010110001000011010011110011110011110100011101110100110110101100010000110100101000010 | e79e8ee9b58869e79e8ee9b5886942 |
UHC | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)