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 | 11100100111001110110100111100100111001110110100101000010 | e4e769e4e76942 |
EUC-JP | 蓍i蓍iB | 11101000111010010110100111101000111010010110100101000010 | e8e969e8e96942 |
UTF-8 | 蓍i蓍iB | 111010001001001110001101011010011110100010010011100011010110100101000010 | e8938d69e8938d6942 |
UHC | 蓍i蓍iB | 11100011110010010110100111100011110010010110100101000010 | e3c969e3c96942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)