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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 陜ィB | 11101000100111011010100001000010 | e89da842 |
EUC-JP | 陜ィB | 1110111111111101100011101010100001000010 | effd8ea842 |
UTF-8 | 陜ィB | 11101001100110011001110011101111101111011010100001000010 | e9999cefbda842 |
UHC | 陜?B | 11111001111100000011111101000010 | f9f03f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)