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 | ` | 100010110110000010010111 | 8b6097 |
SJIS-WIN | ?`? | 001111110110000000111111 | 3f603f |
EUC-JP | ?`? | 001111110110000000111111 | 3f603f |
UTF-8 | ` | 1100001010001011011000001100001010010111 | c28b60c297 |
UHC | ?`? | 001111110110000000111111 | 3f603f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)