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 | äòP\ | 11100100111100101000111010001111100011110101000001011100 | e4f28e8f8f505c |
SJIS-WIN | ?????P\ | 00111111001111110011111100111111001111110101000001011100 | 3f3f3f3f3f505c |
EUC-JP | äò???P\ | 1000111110101011101000111000111110101011110100100011111100111111001111110101000001011100 | 8faba38fabd23f3f3f505c |
UTF-8 | äòP\ | 110000111010010011000011101100101100001010001110110000101000111111000010100011110101000001011100 | c3a4c3b2c28ec28fc28f505c |
UHC | ?????P\ | 00111111001111110011111100111111001111110101000001011100 | 3f3f3f3f3f505c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)