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äì | 1110001110111101100010111000111110001111010100011110010011101100 | e3bd8b8f8f51e4ec |
SJIS-WIN | ?????Q?? | 0011111100111111001111110011111100111111010100010011111100111111 | 3f3f3f3f3f513f3f |
EUC-JP | ã????Qäì | 1000111110101011101010100011111100111111001111110011111101010001100011111010101110100011100011111010101111000000 | 8fabaa3f3f3f3f518faba38fabc0 |
UTF-8 | ã½Qäì | 110000111010001111000010101111011100001010001011110000101000111111000010100011110101000111000011101001001100001110101100 | c3a3c2bdc28bc28fc28f51c3a4c3ac |
UHC | ?½???Q?? | 001111111010100011110110001111110011111100111111010100010011111100111111 | 3fa8f63f3f3f513f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)