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 | ëñºQ] | 111010111111000110001110101110100101000101011101 | ebf18eba515d |
SJIS-WIN | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
EUC-JP | ëñ?ºQ] | 100011111010101110110011100011111010101111010000001111111000111110100010111010110101000101011101 | 8fabb38fabd03f8fa2eb515d |
UTF-8 | ëñºQ] | 11000011101010111100001110110001110000101000111011000010101110100101000101011101 | c3abc3b1c28ec2ba515d |
UHC | ???ºQ] | 00111111001111110011111110101000101011000101000101011101 | 3f3f3fa8ac515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)