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 | ²ÁÌî^ | 10001110101100101000111011000001110011001110111001011110 | 8eb28ec1ccee5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ???ÁÌî^ | 00111111001111110011111110001111101010101010000110001111101010101100000010001111101010111100001001011110 | 3f3f3f8faaa18faac08fabc25e |
UTF-8 | ²ÁÌî^ | 11000010100011101100001010110010110000101000111011000011100000011100001110001100110000111010111001011110 | c28ec2b2c28ec381c38cc3ae5e |
UHC | ?²????^ | 0011111110101001111101110011111100111111001111110011111101011110 | 3fa9f73f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)