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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鈺貂闕 | 111110111100010011100110101110001110100010001101 | fbc4e6b8e88d |
EUC-JP | 鈺貂闕 | 10001111111000111101010111101100101110101110111111101101 | 8fe3d5ecbaefed |
UTF-8 | 鈺貂闕 | 111010011000100010111010111010001011001010000010111010011001011110010101 | e988bae8b282e99795 |
UHC | 鈺貂闕 | 111010001010110111110101101100001100111111110100 | e8adf5b0cff4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)