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 | ò«Þñ½¬^ | 111100101010101111011110111100011000111010111101100011101010110001011110 | f2abdef18ebd8eac5e |
SJIS-WIN | ???????¬^ | 00111111001111110011111100111111001111110011111100111111100000011100101001011110 | 3f3f3f3f3f3f3f81ca5e |
EUC-JP | ò?Þñ???¬^ | 10001111101010111101001000111111100011111010100110110000100011111010101111010000001111110011111100111111101000101100110001011110 | 8fabd23f8fa9b08fabd03f3f3fa2cc5e |
UTF-8 | ò«Þñ½¬^ | 1100001110110010110000101010101111000011100111101100001110110001110000101000111011000010101111011100001010001110110000101010110001011110 | c3b2c2abc39ec3b1c28ec2bdc28ec2ac5e |
UHC | ??Þ??½??^ | 0011111100111111101010001010110100111111001111111010100011110110001111110011111101011110 | 3f3fa8ad3f3fa8f63f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)