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 | 10010010111110110110100110010010111110110110100101000010 | 92fb6992fb6942 |
EUC-JP | 蹄i蹄iB | 11000100111111010110100111000100111111010110100101000010 | c4fd69c4fd6942 |
UTF-8 | 蹄i蹄iB | 111010001011100110000100011010011110100010111001100001000110100101000010 | e8b98469e8b9846942 |
UHC | 蹄i蹄iB | 11110000101101000110100111110000101101000110100101000010 | f0b469f0b46942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)