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 | 11100101111110010110100111100101111110010110100101000010 | e5f969e5f96942 |
EUC-JP | 襌i襌iB | 11101010111110110110100111101010111110110110100101000010 | eafb69eafb6942 |
UTF-8 | 襌i襌iB | 111010001010010110001100011010011110100010100101100011000110100101000010 | e8a58c69e8a58c6942 |
UHC | ?i?iB | 0011111101101001001111110110100101000010 | 3f693f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)