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 | 緯? | 100010001101110000111111 | 88dc3f |
EUC-JP | 緯璡 | 1011000011011110100011111100110011011011 | b0de8fccdb |
UTF-8 | 緯璡 | 111001111011011110101111111001111001001010100001 | e7b7afe792a1 |
UHC | 緯璡 | 11101010110101011111001011010100 | ead5f2d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)