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äö | 1110010010111101100000111000111110001111010100011110010011110110 | e4bd838f8f51e4f6 |
SJIS-WIN | ?????Q?? | 0011111100111111001111110011111100111111010100010011111100111111 | 3f3f3f3f3f513f3f |
EUC-JP | ä????Qäö | 1000111110101011101000110011111100111111001111110011111101010001100011111010101110100011100011111010101111010011 | 8faba33f3f3f3f518faba38fabd3 |
UTF-8 | ä½Qäö | 110000111010010011000010101111011100001010000011110000101000111111000010100011110101000111000011101001001100001110110110 | c3a4c2bdc283c28fc28f51c3a4c3b6 |
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)