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 | ¡Ð÷^ | 10011110101000011001011011010000100111001111011101011110 | 9ea196d09cf75e |
SJIS-WIN | ?????÷^ | 0011111100111111001111110011111100111111100000011000000001011110 | 3f3f3f3f3f81805e |
EUC-JP | ?¡???÷^ | 00111111100011111010001011000010001111110011111100111111101000011110000001011110 | 3f8fa2c23f3f3fa1e05e |
UTF-8 | ¡Ð÷^ | 11000010100111101100001010100001110000101001011011000011100100001100001010011100110000111011011101011110 | c29ec2a1c296c390c29cc3b75e |
UHC | ?¡?Ð?÷^ | 00111111101000101010111000111111101010001010001000111111101000011100000001011110 | 3fa2ae3fa8a23fa1c05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)