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 | 11100000111110100110100111100000111110100110100101000010 | e0fa69e0fa6942 |
EUC-JP | 瓏i瓏iB | 11100000111111000110100111100000111111000110100101000010 | e0fc69e0fc6942 |
UTF-8 | 瓏i瓏iB | 111001111001001110001111011010011110011110010011100011110110100101000010 | e7938f69e7938f6942 |
UHC | 瓏i瓏iB | 11010110111010100110100111010110111010100110100101000010 | d6ea69d6ea6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)