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 | 111010111010110010101110111010111010110110010001011011101110101110101100101011101110101110101101100100010110111001000010 | ebacaeebad916eebacaeebad916e42 |
UHC | 묮뭑n묮뭑nB | 1001001001000101100100100101100101101110100100100100010110010010010110010110111001000010 | 924592596e924592596e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)