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 | æóëêê | 1110011011110011100100011110101110001100100001001110101011101010 | e6f391eb8c84eaea |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | æó?ë??êê | 100011111010100111000001100011111010101111010001001111111000111110101011101100110011111100111111100011111010101110110100100011111010101110110100 | 8fa9c18fabd13f8fabb33f3f8fabb48fabb4 |
UTF-8 | æóëêê | 11000011101001101100001110110011110000101001000111000011101010111100001010001100110000101000010011000011101010101100001110101010 | c3a6c3b3c291c3abc28cc284c3aac3aa |
UHC | æ??????? | 101010011010000100111111001111110011111100111111001111110011111100111111 | a9a13f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)