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 | 始¬始∧^ | 100011100110111010000001110010101000111001101110100000011100100001011110 | 8e6e81ca8e6e81c85e |
EUC-JP | 始¬始∧^ | 101110111100111110100010110011001011101111001111101000101100101001011110 | bbcfa2ccbbcfa2ca5e |
UTF-8 | 始¬始∧^ | 11100101101001111000101111101111101111111010001011100101101001111000101111100010100010001010011101011110 | e5a78befbfa2e5a78be288a75e |
UHC | 始¬始∧^ | 111000111011011110100001111111101110001110110111101000011111110001011110 | e3b7a1fee3b7a1fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)