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 | 穹 | 1110001001110101 | e275 |
EUC-JP | 穹 | 1110001111010110 | e3d6 |
UTF-8 | 穹 | 111001111010100110111001 | e7a9b9 |
UHC | 穹 | 1100111111100010 | cfe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)