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 | 10010000111001010110100110010000111001010110100101000010 | 90e56990e56942 |
EUC-JP | 仙i仙iB | 11000000111001110110100111000000111001110110100101000010 | c0e769c0e76942 |
UTF-8 | 仙i仙iB | 111001001011101110011001011010011110010010111011100110010110100101000010 | e4bb9969e4bb996942 |
UHC | 仙i仙iB | 11100000101110010110100111100000101110010110100101000010 | e0b969e0b96942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)