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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 扠檸扠櫃^ | 100111010100110010011111010001011001110101001100100111110100001101011110 | 9d4c9f459d4c9f435e |
EUC-JP | 扠檸扠櫃^ | 110110011010110111011101101001101101100110101101110111011010010001011110 | d9addda6d9addda45e |
UTF-8 | 扠檸扠櫃^ | 11100110100010011010000011100110101010101011100011100110100010011010000011100110101010111000001101011110 | e689a0e6aab8e689a0e6ab835e |
UHC | ???櫃^ | 001111110011111100111111110011111111011001011110 | 3f3f3fcff65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)