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 | 1110001111110010111001001111011011100100101110000110111001000010 | e3f2e4f6e4b86e42 |
EUC-JP | 胄蔕荳nB | 1110011011110100111010001111100011101000101110100110111001000010 | e6f4e8f8e8ba6e42 |
UTF-8 | 胄蔕荳nB | 1110100010000011100001001110100010010100100101011110100010001101101100110110111001000010 | e88384e89495e88db36e42 |
UHC | 胄?荳nB | 11110001101100000011111111010100111001010110111001000010 | f1b03fd4e56e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)