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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 髯晞劑^ | 11101001100110011001110111101001100110011001110101011110 | e9999de9999d5e |
EUC-JP | 髯晞劑^ | 11110001111110011101101011101011110100011111110101011110 | f1f9daebd1fd5e |
UTF-8 | 髯晞劑^ | 11101001101010111010111111100110100110011001111011100101100010101001000101011110 | e9abafe6999ee58a915e |
UHC | ?晞劑^ | 001111111111110111110101111100001010010101011110 | 3ffdf5f0a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)