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 | 1110001010110101111100001110100101101001111000101011010111110000111010010110100101000010 | e2b5f0e969e2b5f0e96942 |
EUC-JP | 箏?i箏?iB | 111001001011011100111111011010011110010010110111001111110110100101000010 | e4b73f69e4b73f6942 |
UTF-8 | 箏i箏iB | 111001111010111010001111111011101000001010101000011010011110011110101110100011111110111010000010101010000110100101000010 | e7ae8fee82a869e7ae8fee82a86942 |
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)