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 | âänâänB | 11100010111001000110111011100010111001000110111001000010 | e2e46ee2e46e42 |
SJIS-WIN | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
EUC-JP | âänâänB | 100011111010101110100100100011111010101110100011011011101000111110101011101001001000111110101011101000110110111001000010 | 8faba48faba36e8faba48faba36e42 |
UTF-8 | âänâänB | 1100001110100010110000111010010001101110110000111010001011000011101001000110111001000010 | c3a2c3a46ec3a2c3a46e42 |
UHC | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)