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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 猪}猪{^ | 10010010100101100111110110010010100101100111101101011110 | 92967d92967b5e |
EUC-JP | 猪}猪{^ | 11000011111101100111110111000011111101100111101101011110 | c3f67dc3f67b5e |
UTF-8 | 猪}猪{^ | 111001111000110010101010011111011110011110001100101010100111101101011110 | e78caa7de78caa7b5e |
UHC | 猪}猪{^ | 11101110110001000111110111101110110001000111101101011110 | eec47deec47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)