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 | 劾 | 1000101001001110 | 8a4e |
EUC-JP | 劾 | 1011001110101111 | b3af |
UTF-8 | 劾 | 111001011000101010111110 | e58abe |
UHC | 劾 | 1111101010110110 | fab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)