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 | ÂÛÉÙ | 1000111111000010110110111100100111011001 | 8fc2dbc9d9 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?ÂÛÉÙ | 00111111100011111010101010100100100011111010101011100101100011111010101010110001100011111010101011100011 | 3f8faaa48faae58faab18faae3 |
UTF-8 | ÂÛÉÙ | 11000010100011111100001110000010110000111001101111000011100010011100001110011001 | c28fc382c39bc389c399 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)