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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ツ湘可」テス^ | 110000101000111111000011100010011100001010100011110000111011110101011110 | c28fc389c2a3c3bd5e |
EUC-JP | ツ湘可」テス^ | 10001110110000101011111011000101101100101100010010001110101000111000111011000011100011101011110101011110 | 8ec2bec5b2c48ea38ec38ebd5e |
UTF-8 | ツ湘可」テス^ | 11101111101111101000001011100110101110011001100011100101100011111010111111101111101111011010001111101111101111101000001111101111101111011011110101011110 | efbe82e6b998e58fafefbda3efbe83efbdbd5e |
UHC | ?湘可???^ | 001111111101111111001111110010101010011000111111001111110011111101011110 | 3fdfcfcaa63f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)