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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鳶▼ | 10010011110011101000000110100101 | 93ce81a5 |
EUC-JP | 鳶▼ | 11000110110100001010001010100111 | c6d0a2a7 |
UTF-8 | 鳶▼ | 111010011011001110110110111000101001011010111100 | e9b3b6e296bc |
UHC | 鳶▼ | 11100110111010011010000111100101 | e6e9a1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)