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 | ?u | 0011111101110101 | 3f75 |
SJIS-WIN | 脱u | 100100100100010101110101 | 924575 |
EUC-JP | 脱u | 110000111010011001110101 | c3a675 |
UTF-8 | 脱u | 11101000100001001011000101110101 | e884b175 |
UHC | ?u | 0011111101110101 | 3f75 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)