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 | 11101000111010010110100111101000111010010110100101000010 | e8e969e8e96942 |
EUC-JP | 韜i韜iB | 11110000111010110110100111110000111010110110100101000010 | f0eb69f0eb6942 |
UTF-8 | 韜i韜iB | 111010011001111110011100011010011110100110011111100111000110100101000010 | e99f9c69e99f9c6942 |
UHC | 韜i韜iB | 11010100101101110110100111010100101101110110100101000010 | d4b769d4b76942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)