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 | 111000110101011000111111011010011110001101010110001111110110100101000010 | e3563f69e3563f6942 |
EUC-JP | 綏?i綏?iB | 111001011011011100111111011010011110010110110111001111110110100101000010 | e5b73f69e5b73f6942 |
UTF-8 | 綏숩i綏숩iB | 111001111011011010001111111011001000100010101001011010011110011110110110100011111110110010001000101010010110100101000010 | e7b68fec88a969e7b68fec88a96942 |
UHC | 綏숩i綏숩iB | 1110001010110111101111001111110001101001111000101011011110111100111111000110100101000010 | e2b7bcfc69e2b7bcfc6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)