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 | æóã× | 1110011011110011100011111110001111010111 | e6f38fe3d7 |
SJIS-WIN | ????× | 001111110011111100111111001111111000000101111110 | 3f3f3f3f817e |
EUC-JP | æó?ã× | 100011111010100111000001100011111010101111010001001111111000111110101011101010101010000111011111 | 8fa9c18fabd13f8fabaaa1df |
UTF-8 | æóã× | 11000011101001101100001110110011110000101000111111000011101000111100001110010111 | c3a6c3b3c28fc3a3c397 |
UHC | æ???× | 10101001101000010011111100111111001111111010000110111111 | a9a13f3f3fa1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)