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 | 10011011010011010110100110011011010011010110100101000010 | 9b4d699b4d6942 |
EUC-JP | 娥i娥iB | 11010101101011100110100111010101101011100110100101000010 | d5ae69d5ae6942 |
UTF-8 | 娥i娥iB | 111001011010100010100101011010011110010110101000101001010110100101000010 | e5a8a569e5a8a56942 |
UHC | 娥i娥iB | 11100100101100000110100111100100101100000110100101000010 | e4b069e4b06942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)