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 | 111001001111001010001110111000111000001001010000 | e4f28ee38250 |
SJIS-WIN | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
EUC-JP | äò?ã?P | 100011111010101110100011100011111010101111010010001111111000111110101011101010100011111101010000 | 8faba38fabd23f8fabaa3f50 |
UTF-8 | äòãP | 1100001110100100110000111011001011000010100011101100001110100011110000101000001001010000 | c3a4c3b2c28ec3a3c28250 |
UHC | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)