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 | 棹粐棹籌^ | 100111101010100011100010111000101001111010101000111000101101010001011110 | 9ea8e2e29ea8e2d45e |
EUC-JP | 棹粐棹籌^ | 110111001010101011100100111001001101110010101010111001001101011001011110 | dcaae4e4dcaae4d65e |
UTF-8 | 棹粐棹籌^ | 11100110101000111011100111100111101100101001000011100110101000111011100111100111101100011000110001011110 | e6a3b9e7b290e6a3b9e7b18c5e |
UHC | 棹?棹籌^ | 1101010010100001001111111101010010100001111100011100001101011110 | d4a13fd4a1f1c35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)