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 | ÷Âòâx | 1111011111000010111100101110001001111000 | f7c2f2e278 |
SJIS-WIN | ÷???x | 100000011000000000111111001111110011111101111000 | 81803f3f3f78 |
EUC-JP | ÷Âòâx | 101000011110000010001111101010101010010010001111101010111101001010001111101010111010010001111000 | a1e08faaa48fabd28faba478 |
UTF-8 | ÷Âòâx | 110000111011011111000011100000101100001110110010110000111010001001111000 | c3b7c382c3b2c3a278 |
UHC | ÷???x | 101000011100000000111111001111110011111101111000 | a1c03f3f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)