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 | 100101110110010000111111011011101001011101100100001111110110111001000010 | 97643f6e97643f6e42 |
EUC-JP | 妖?n妖?nB | 110011011100010100111111011011101100110111000101001111110110111001000010 | cdc53f6ecdc53f6e42 |
UTF-8 | 妖숥n妖숥nB | 111001011010011010010110111011001000100010100101011011101110010110100110100101101110110010001000101001010110111001000010 | e5a696ec88a56ee5a696ec88a56e42 |
UHC | 妖숥n妖숥nB | 1110100011101101100110100100001001101110111010001110110110011010010000100110111001000010 | e8ed9a426ee8ed9a426e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)