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 | æóëú® | 1110011011110011100011111110101110010100100010011111101010101110 | e6f38feb9489faae |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | æó?ë??ú® | 100011111010100111000001100011111010101111010001001111111000111110101011101100110011111100111111100011111010101111100010100011111010001011101110 | 8fa9c18fabd13f8fabb33f3f8fabe28fa2ee |
UTF-8 | æóëú® | 11000011101001101100001110110011110000101000111111000011101010111100001010010100110000101000100111000011101110101100001010101110 | c3a6c3b3c28fc3abc294c289c3bac2ae |
UHC | æ??????® | 10101001101000010011111100111111001111110011111100111111001111111010001011100111 | a9a13f3f3f3f3f3fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)