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 | äòRB | 11100100111100101000110110001111100011110101001001000010 | e4f28d8f8f5242 |
SJIS-WIN | ?????RB | 00111111001111110011111100111111001111110101001001000010 | 3f3f3f3f3f5242 |
EUC-JP | äò???RB | 1000111110101011101000111000111110101011110100100011111100111111001111110101001001000010 | 8faba38fabd23f3f3f5242 |
UTF-8 | äòRB | 110000111010010011000011101100101100001010001101110000101000111111000010100011110101001001000010 | c3a4c3b2c28dc28fc28f5242 |
UHC | ?????RB | 00111111001111110011111100111111001111110101001001000010 | 3f3f3f3f3f5242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)