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 | 11100110111011110110100111100110111011110110100101000010 | e6ef69e6ef6942 |
EUC-JP | 跣i跣iB | 11101100111100010110100111101100111100010110100101000010 | ecf169ecf16942 |
UTF-8 | 跣i跣iB | 111010001011011110100011011010011110100010110111101000110110100101000010 | e8b7a369e8b7a36942 |
UHC | 跣i跣iB | 11100000110100110110100111100000110100110110100101000010 | e0d369e0d36942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)