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]]B | 100100100100011010010010010111011001000110011111100100100101110101000010 | 9246925d919f925d42 |
SJIS-WIN | ?F?]???]B | 001111110100011000111111010111010011111100111111001111110101110101000010 | 3f463f5d3f3f3f5d42 |
EUC-JP | ?F?]???]B | 001111110100011000111111010111010011111100111111001111110101110101000010 | 3f463f5d3f3f3f5d42 |
UTF-8 | F]]B | 1100001010010010010001101100001010010010010111011100001010010001110000101001111111000010100100100101110101000010 | c29246c2925dc291c29fc2925d42 |
UHC | ?F?]???]B | 001111110100011000111111010111010011111100111111001111110101110101000010 | 3f463f5d3f3f3f5d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)