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 | 席? | 100100001100100000111111 | 90c83f |
EUC-JP | 席? | 110000001100101000111111 | c0ca3f |
UTF-8 | 席鐥 | 111001011011100010101101111010011001000010100101 | e5b8ade990a5 |
UHC | 席鐥 | 11100000101011001110000011010110 | e0ace0d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)