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 | ??@ | 001111110011111101000000 | 3f3f40 |
SJIS-WIN | 邵釡@ | 1110011110111000111001111101101101000000 | e7b8e7db40 |
EUC-JP | 邵釡@ | 1110111010111010111011101101110101000000 | eebaeedd40 |
UTF-8 | 邵釡@ | 11101001100000101011010111101001100001111010000101000000 | e982b5e987a140 |
UHC | 邵?@ | 11100001110100000011111101000000 | e1d03f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)