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 | 曠箚矛 | 100111100100010011100010101100101001011010110101 | 9e44e2b296b5 |
EUC-JP | 曠箚矛 | 110110111010010111100100101101001100110010110111 | dba5e4b4ccb7 |
UTF-8 | 曠箚矛 | 111001101001101110100000111001111010111010011010111001111001111110011011 | e69ba0e7ae9ae79f9b |
UHC | 曠箚矛 | 110011101100011111110011101100001101100111000011 | cec7f3b0d9c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)