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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 慂??Q] | 100111001100100000111111001111110101000101011101 | 9cc83f3f515d |
EUC-JP | 慂??Q] | 110110001100101000111111001111110101000101011101 | d8ca3f3f515d |
UTF-8 | 慂롫젵Q] | 1110011010000101100000101110101110100001101010111110110010100000101101010101000101011101 | e68582eba1abeca0b5515d |
UHC | 慂롫젵Q] | 1110100110111101100011101110101110100000101010010101000101011101 | e9bd8eeba0a9515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)