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 | 11100100111000100110100111100100111000100110100101000010 | e4e269e4e26942 |
EUC-JP | 葢i葢iB | 11101000111001000110100111101000111001000110100101000010 | e8e469e8e46942 |
UTF-8 | 葢i葢iB | 111010001001000110100010011010011110100010010001101000100110100101000010 | e891a269e891a26942 |
UHC | ?i?iB | 0011111101101001001111110110100101000010 | 3f693f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)