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 | ÷©áÔ^ | 1111011110101001111000011101010001011110 | f7a9e1d45e |
SJIS-WIN | ÷???^ | 100000011000000000111111001111110011111101011110 | 81803f3f3f5e |
EUC-JP | ÷©áÔ^ | 101000011110000010001111101000101110110110001111101010111010000110001111101010101101010001011110 | a1e08fa2ed8faba18faad45e |
UTF-8 | ÷©áÔ^ | 110000111011011111000010101010011100001110100001110000111001010001011110 | c3b7c2a9c3a1c3945e |
UHC | ÷???^ | 101000011100000000111111001111110011111101011110 | a1c03f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)