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 | ??D | 001111110011111101000100 | 3f3f44 |
SJIS-WIN | 蜿ゥD | 11100101100011111010100101000100 | e58fa944 |
EUC-JP | 蜿ゥD | 1110100111101111100011101010100101000100 | e9ef8ea944 |
UTF-8 | 蜿ゥD | 11101000100111001011111111101111101111011010100101000100 | e89cbfefbda944 |
UHC | ??D | 001111110011111101000100 | 3f3f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)