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 | ?????K^ | 00111111001111110011111100111111001111110100101101011110 | 3f3f3f3f3f4b5e |
SJIS-WIN | テュツ伉ォK^ | 1100001110101101110000101001100011000010101010110100101101011110 | c3adc298c2ab4b5e |
EUC-JP | テュツ伉ォK^ | 100011101100001110001110101011011000111011000010110100001100010010001110101010110100101101011110 | 8ec38ead8ec2d0c48eab4b5e |
UTF-8 | テュツ伉ォK^ | 1110111110111110100000111110111110111101101011011110111110111110100000101110010010111100100010011110111110111101101010110100101101011110 | efbe83efbdadefbe82e4bc89efbdab4b5e |
UHC | ???伉?K^ | 0011111100111111001111111111100111110010001111110100101101011110 | 3f3f3ff9f23f4b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)