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 | êþºêµ¿ | 111010101111111010111010111010101011010110111111 | eafebaeab5bf |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | êþºê?¿ | 10001111101010111011010010001111101010011101000010001111101000101110101110001111101010111011010000111111100011111010001011000100 | 8fabb48fa9d08fa2eb8fabb43f8fa2c4 |
UTF-8 | êþºêµ¿ | 110000111010101011000011101111101100001010111010110000111010101011000010101101011100001010111111 | c3aac3bec2bac3aac2b5c2bf |
UHC | ?þº??¿ | 001111111010100110101101101010001010110000111111001111111010001010101111 | 3fa9ada8ac3f3fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)