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 | 粹¬粹∧^ | 111000101110110110000001110010101110001011101101100000011100100001011110 | e2ed81cae2ed81c85e |
EUC-JP | 粹¬粹∧^ | 111001001110111110100010110011001110010011101111101000101100101001011110 | e4efa2cce4efa2ca5e |
UTF-8 | 粹¬粹∧^ | 11100111101100101011100111101111101111111010001011100111101100101011100111100010100010001010011101011110 | e7b2b9efbfa2e7b2b9e288a75e |
UHC | 粹¬粹∧^ | 111000101011011010100001111111101110001010110110101000011111110001011110 | e2b6a1fee2b6a1fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)