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 | 10011010110110000110100110011010110110000110100101000010 | 9ad8699ad86942 |
EUC-JP | 壓i壓iB | 11010100110110100110100111010100110110100110100101000010 | d4da69d4da6942 |
UTF-8 | 壓i壓iB | 111001011010001110010011011010011110010110100011100100110110100101000010 | e5a39369e5a3936942 |
UHC | 壓i壓iB | 11100100111000100110100111100100111000100110100101000010 | e4e269e4e26942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)