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 | èúëùý | 1110100011111010100100111110101110001001100101011111100111111101 | e8fa93eb8995f9fd |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | èú?ë??ùý | 100011111010101110110010100011111010101111100010001111111000111110101011101100110011111100111111100011111010101111100011100011111010101111110010 | 8fabb28fabe23f8fabb33f3f8fabe38fabf2 |
UTF-8 | èúëùý | 11000011101010001100001110111010110000101001001111000011101010111100001010001001110000101001010111000011101110011100001110111101 | c3a8c3bac293c3abc289c295c3b9c3bd |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)