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 | F\F\B | 100100100100011010010010010111001001001001000110100100100101110001000010 | 9246925c9246925c42 |
SJIS-WIN | ?F?\?F?\B | 001111110100011000111111010111000011111101000110001111110101110001000010 | 3f463f5c3f463f5c42 |
EUC-JP | ?F?\?F?\B | 001111110100011000111111010111000011111101000110001111110101110001000010 | 3f463f5c3f463f5c42 |
UTF-8 | F\F\B | 11000010100100100100011011000010100100100101110011000010100100100100011011000010100100100101110001000010 | c29246c2925cc29246c2925c42 |
UHC | ?F?\?F?\B | 001111110100011000111111010111000011111101000110001111110101110001000010 | 3f463f5c3f463f5c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)