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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 彧欲] | 1111101010111001100101110111111001011101 | fab9977e5d |
EUC-JP | 彧欲] | 100011111011110011111110110011011101111101011101 | 8fbcfecddf5d |
UTF-8 | 彧欲] | 11100101101111011010011111100110101011001011001001011101 | e5bda7e6acb25d |
UHC | 彧欲] | 1110100111101110111010011011000001011101 | e9eee9b05d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)