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 | ???nB | 0011111100111111001111110110111001000010 | 3f3f3f6e42 |
SJIS-WIN | 也??nB | 100101101110011100111111001111110110111001000010 | 96e73f3f6e42 |
EUC-JP | 也??nB | 110011001110100100111111001111110110111001000010 | cce93f3f6e42 |
UTF-8 | 也앾슛nB | 1110010010111001100111111110110010010101101111101110110010001010100110110110111001000010 | e4b99fec95beec8a9b6e42 |
UHC | 也앾슛nB | 1110010110100101100111011110111110111101101110000110111001000010 | e5a59defbdb86e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)