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 | ? | 00111111 | 3f |
SJIS-WIN | 儷 | 1001100101010101 | 9955 |
EUC-JP | 儷 | 1101000110110110 | d1b6 |
UTF-8 | 儷 | 111001011000010010110111 | e584b7 |
UHC | 儷 | 1101010111100011 | d5e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)