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 | 席錫 | 10010000110010001000111011100000 | 90c88ee0 |
EUC-JP | 席錫 | 11000000110010101011110011100010 | c0cabce2 |
UTF-8 | 席錫 | 111001011011100010101101111010011000110010101011 | e5b8ade98cab |
UHC | 席錫 | 11100000101011001110000010111000 | e0ace0b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)