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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 觸炎抗 | 111001100101110010001001100010101000110101010010 | e65c898a8d52 |
EUC-JP | 觸炎抗 | 111010111011110110110001111010101011100110110011 | ebbdb1eab9b3 |
UTF-8 | 觸炎抗 | 111010001010011110111000111001111000001010001110111001101000101010010111 | e8a7b8e7828ee68a97 |
UHC | 觸炎抗 | 111101011011101011100110111110101111100111110111 | f5bae6faf9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)