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 | 涓樅 | 10011111101100001001111011100000 | 9fb09ee0 |
EUC-JP | 涓樅 | 11011110101100101101110011100010 | deb2dce2 |
UTF-8 | 涓樅 | 111001101011011010010011111001101010100010000101 | e6b693e6a885 |
UHC | 涓? | 111001101100111100111111 | e6cf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)