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 | 朔 | 1000110111110001 | 8df1 |
EUC-JP | 朔 | 1011101011110011 | baf3 |
UTF-8 | 朔 | 111001101001110010010100 | e69c94 |
UHC | 朔 | 1101111011111101 | defd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)