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 | 001111110111101101100100 | 3f7b64 |
SJIS-WIN | 穹{d | 11100010011101010111101101100100 | e2757b64 |
EUC-JP | 穹{d | 11100011110101100111101101100100 | e3d67b64 |
UTF-8 | 穹{d | 1110011110101001101110010111101101100100 | e7a9b97b64 |
UHC | 穹{d | 11001111111000100111101101100100 | cfe27b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)