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 | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 箏i箏iB | 1110001010110101111100101110001101101001111000101011010111110010111000110110100101000010 | e2b5f2e369e2b5f2e36942 |
EUC-JP | 箏?i箏?iB | 111001001011011100111111011010011110010010110111001111110110100101000010 | e4b73f69e4b73f6942 |
UTF-8 | 箏i箏iB | 111001111010111010001111111011101000100010011010011010011110011110101110100011111110111010001000100110100110100101000010 | e7ae8fee889a69e7ae8fee889a6942 |
UHC | 箏?i箏?iB | 111011101011010000111111011010011110111010110100001111110110100101000010 | eeb43f69eeb43f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)