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 | 癌先 | 10001010111000001001000011100110 | 8ae090e6 |
EUC-JP | 癌先 | 10110100111000101100000011101000 | b4e2c0e8 |
UTF-8 | 癌先 | 111001111001100110001100111001011000010110001000 | e7998ce58588 |
UHC | 癌先 | 11100100110111111110000010111011 | e4dfe0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)