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 | Ч | 1000010001011000 | 8458 |
EUC-JP | Ч | 1010011110111001 | a7b9 |
UTF-8 | Ч | 1101000010100111 | d0a7 |
UHC | Ч | 1010110010111001 | acb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)