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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | ツ湘可セテセh | 110000101000111111000011100010011100001010111110110000111011111001101000 | c28fc389c2bec3be68 |
EUC-JP | ツ湘可セテセh | 10001110110000101011111011000101101100101100010010001110101111101000111011000011100011101011111001101000 | 8ec2bec5b2c48ebe8ec38ebe68 |
UTF-8 | ツ湘可セテセh | 11101111101111101000001011100110101110011001100011100101100011111010111111101111101111011011111011101111101111101000001111101111101111011011111001101000 | efbe82e6b998e58fafefbdbeefbe83efbdbe68 |
UHC | ?湘可???h | 001111111101111111001111110010101010011000111111001111110011111101101000 | 3fdfcfcaa63f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)