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 | 111000101011010100111111011010011110001010110101001111110110100101000010 | e2b53f69e2b53f6942 |
EUC-JP | 箏?i箏?iB | 111001001011011100111111011010011110010010110111001111110110100101000010 | e4b73f69e4b73f6942 |
UTF-8 | 箏렫i箏렫iB | 111001111010111010001111111010111010000010101011011010011110011110101110100011111110101110100000101010110110100101000010 | e7ae8feba0ab69e7ae8feba0ab6942 |
UHC | 箏렫i箏렫iB | 1110111010110100100011101011100101101001111011101011010010001110101110010110100101000010 | eeb48eb969eeb48eb96942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)