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 | ¿ðÁ¶ | 10111111111100001100000110110110 | bff0c1b6 |
SJIS-WIN | ???¶ | 0011111100111111001111111000000111110111 | 3f3f3f81f7 |
EUC-JP | ¿ðÁ¶ | 1000111110100010110001001000111110101001110000111000111110101010101000011010001011111001 | 8fa2c48fa9c38faaa1a2f9 |
UTF-8 | ¿ðÁ¶ | 1100001010111111110000111011000011000011100000011100001010110110 | c2bfc3b0c381c2b6 |
UHC | ¿ð?¶ | 10100010101011111010100110100011001111111010001011010010 | a2afa9a33fa2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)