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 | èɾÉèÉ | 11101000110010011000111110111110110010011110100011001001 | e8c98fbec9e8c9 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | èÉ??ÉèÉ | 1000111110101011101100101000111110101010101100010011111100111111100011111010101010110001100011111010101110110010100011111010101010110001 | 8fabb28faab13f3f8faab18fabb28faab1 |
UTF-8 | èɾÉèÉ | 1100001110101000110000111000100111000010100011111100001010111110110000111000100111000011101010001100001110001001 | c3a8c389c28fc2bec389c3a8c389 |
UHC | ???¾??? | 0011111100111111001111111010100011111010001111110011111100111111 | 3f3f3fa8fa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)