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 | 璋猴] | 1110000011110110111000001100101101011101 | e0f6e0cb5d |
EUC-JP | 璋猴] | 1110000011111000111000001100110101011101 | e0f8e0cd5d |
UTF-8 | 璋猴] | 11100111100100101000101111100111100011001011010001011101 | e7928be78cb45d |
UHC | 璋?] | 11101101111100000011111101011101 | edf03f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)