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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | `ヽ^ | 1000000101001101100000010101001001011110 | 814d81525e |
EUC-JP | `ヽ^ | 1010000110101110101000011011001101011110 | a1aea1b35e |
UTF-8 | `ヽ^ | 11101111101111011000000011100011100000111011110101011110 | efbd80e383bd5e |
UHC | `?^ | 10100011111000000011111101011110 | a3e03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)