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 | 磋貘] | 1110000111110110111001101100000001011101 | e1f6e6c05d |
EUC-JP | 磋貘] | 1110001011111000111011001100001001011101 | e2f8ecc25d |
UTF-8 | 磋貘] | 11100111101000111000101111101000101100101001100001011101 | e7a38be8b2985d |
UHC | 磋?] | 11110011101011110011111101011101 | f3af3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)