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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 曠猷殕 | 100111100100010010010111010100011001111101101100 | 9e4497519f6c |
EUC-JP | 曠猷殕 | 110110111010010111001101101100101101110111001101 | dba5cdb2ddcd |
UTF-8 | 曠猷殕 | 111001101001101110100000111001111000110010110111111001101010111010010101 | e69ba0e78cb7e6ae95 |
UHC | 曠猷? | 1100111011000111111010111010001100111111 | cec7eba33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)