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 | æóãØÊ | 11100110111100111000111111100011110110001000111011001010 | e6f38fe3d88eca |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | æó?ãØ?Ê | 1000111110101001110000011000111110101011110100010011111110001111101010111010101010001111101010011010110000111111100011111010101010110100 | 8fa9c18fabd13f8fabaa8fa9ac3f8faab4 |
UTF-8 | æóãØÊ | 1100001110100110110000111011001111000010100011111100001110100011110000111001100011000010100011101100001110001010 | c3a6c3b3c28fc3a3c398c28ec38a |
UHC | æ???Ø?? | 101010011010000100111111001111110011111110101000101010100011111100111111 | a9a13f3f3fa8aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)