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 | 謙 | 1000110010101010 | 8caa |
EUC-JP | 謙 | 1011100010101100 | b8ac |
UTF-8 | 謙 | 111010001010110010011001 | e8ac99 |
UHC | 謙 | 1100110011000101 | ccc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)