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 | 幸幸^ | 1000110101001011100011010100101101011110 | 8d4b8d4b5e |
EUC-JP | 幸幸^ | 1011100110101100101110011010110001011110 | b9acb9ac5e |
UTF-8 | 幸幸^ | 11100101101110011011100011100101101110011011100001011110 | e5b9b8e5b9b85e |
UHC | 幸幸^ | 1111101010111001111110101011100101011110 | fab9fab95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)