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äK | 1110010010001110100010111000111110001111010100011110010001001011 | e48e8b8f8f51e44b |
SJIS-WIN | ?????Q?K | 0011111100111111001111110011111100111111010100010011111101001011 | 3f3f3f3f3f513f4b |
EUC-JP | ä????QäK | 100011111010101110100011001111110011111100111111001111110101000110001111101010111010001101001011 | 8faba33f3f3f3f518faba34b |
UTF-8 | äQäK | 1100001110100100110000101000111011000010100010111100001010001111110000101000111101010001110000111010010001001011 | c3a4c28ec28bc28fc28f51c3a44b |
UHC | ?????Q?K | 0011111100111111001111110011111100111111010100010011111101001011 | 3f3f3f3f3f513f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)