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 | 錫席 | 10001110111000001001000011001000 | 8ee090c8 |
EUC-JP | 錫席 | 10111100111000101100000011001010 | bce2c0ca |
UTF-8 | 錫席 | 111010011000110010101011111001011011100010101101 | e98cabe5b8ad |
UHC | 錫席 | 11100000101110001110000010101100 | e0b8e0ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)