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 | 11100100111100100110100111100100111100100110100101000010 | e4f269e4f26942 |
EUC-JP | 蔗i蔗iB | 11101000111101000110100111101000111101000110100101000010 | e8f469e8f46942 |
UTF-8 | 蔗i蔗iB | 111010001001010010010111011010011110100010010100100101110110100101000010 | e8949769e894976942 |
UHC | 蔗i蔗iB | 11101101101111010110100111101101101111010110100101000010 | edbd69edbd6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)