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 | `l | 100111010110000001101100 | 9d606c |
SJIS-WIN | ?`l | 001111110110000001101100 | 3f606c |
EUC-JP | ?`l | 001111110110000001101100 | 3f606c |
UTF-8 | `l | 11000010100111010110000001101100 | c29d606c |
UHC | ?`l | 001111110110000001101100 | 3f606c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)