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 | 0011111101101001001111110110100101000010 | 3f693f6942 |
SJIS-WIN | 洩i洩iB | 10001001011010110110100110001001011010110110100101000010 | 896b69896b6942 |
EUC-JP | 洩i洩iB | 10110001110011000110100110110001110011000110100101000010 | b1cc69b1cc6942 |
UTF-8 | 洩i洩iB | 111001101011010010101001011010011110011010110100101010010110100101000010 | e6b4a969e6b4a96942 |
UHC | 洩i洩iB | 11100000110111010110100111100000110111010110100101000010 | e0dd69e0dd6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)