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 | èóe\ | 111010001111001110001110101011010110010101011100 | e8f38ead655c |
SJIS-WIN | ????e\ | 001111110011111100111111001111110110010101011100 | 3f3f3f3f655c |
EUC-JP | èó??e\ | 10001111101010111011001010001111101010111101000100111111001111110110010101011100 | 8fabb28fabd13f3f655c |
UTF-8 | èóe\ | 11000011101010001100001110110011110000101000111011000010101011010110010101011100 | c3a8c3b3c28ec2ad655c |
UHC | ???e\ | 00111111001111110011111110100001101010010110010101011100 | 3f3f3fa1a9655c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)