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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ任ツ排 | 110000101001010001000011110000101001010001110010 | c29443c29472 |
EUC-JP | ツ任ツ排 | 1000111011000010110001111010010010001110110000101100011111010011 | 8ec2c7a48ec2c7d3 |
UTF-8 | ツ任ツ排 | 111011111011111010000010111001001011101110111011111011111011111010000010111001101000111010010010 | efbe82e4bbbbefbe82e68e92 |
UHC | ?任?排 | 001111111110110011110010001111111101101111001001 | 3fecf23fdbc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)