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 | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
| SJIS-WIN | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
| EUC-JP | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
| UTF-8 | 묨묬n묨묬nB | 111010111010110010101000111010111010110010101100011011101110101110101100101010001110101110101100101011000110111001000010 | ebaca8ebacac6eebaca8ebacac6e42 |
| UHC | 묨묬n묨묬nB | 1001001001000001100100100100001101101110100100100100000110010010010000110110111001000010 | 924192436e924192436e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)