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 | \h\ | 1000101101011100011010001000101101011100 | 8b5c688b5c |
SJIS-WIN | ?\h?\ | 0011111101011100011010000011111101011100 | 3f5c683f5c |
EUC-JP | ?\h?\ | 0011111101011100011010000011111101011100 | 3f5c683f5c |
UTF-8 | \h\ | 11000010100010110101110001101000110000101000101101011100 | c28b5c68c28b5c |
UHC | ?\h?\ | 0011111101011100011010000011111101011100 | 3f5c683f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)