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 | 弩 | 1001110001010111 | 9c57 |
EUC-JP | 弩 | 1101011110111000 | d7b8 |
UTF-8 | 弩 | 111001011011110010101001 | e5bca9 |
UHC | 弩 | 1101001011000000 | d2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)