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 | ÷Âòâ] | 1111011111000010111100101110001001011101 | f7c2f2e25d |
SJIS-WIN | ÷???] | 100000011000000000111111001111110011111101011101 | 81803f3f3f5d |
EUC-JP | ÷Âòâ] | 101000011110000010001111101010101010010010001111101010111101001010001111101010111010010001011101 | a1e08faaa48fabd28faba45d |
UTF-8 | ÷Âòâ] | 110000111011011111000011100000101100001110110010110000111010001001011101 | c3b7c382c3b2c3a25d |
UHC | ÷???] | 101000011100000000111111001111110011111101011101 | a1c03f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)