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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 遨零」雅、 | 1110011110101001100101111110101110100011100010011110101110100100 | e7a997eba389eba4 |
EUC-JP | 遨零」雅、 | 11101110101010111100111011101101100011101010001110110010111011011000111010100100 | eeabceed8ea3b2ed8ea4 |
UTF-8 | 遨零」雅、 | 111010011000000110101000111010011001101110110110111011111011110110100011111010011001101110000101111011111011110110100100 | e981a8e99bb6efbda3e99b85efbda4 |
UHC | ?零?雅? | 00111111110101101100001100111111111001001011101000111111 | 3fd6c33fe4ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)