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 | 鮟? | 111010011011101100111111 | e9bb3f |
EUC-JP | 鮟? | 111100101011110100111111 | f2bd3f |
UTF-8 | 鮟셩 | 111010011010111010011111111011001000010110101001 | e9ae9fec85a9 |
UHC | 鮟셩 | 11100100110101011011110011001101 | e4d5bccd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)