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 | ??B??^ | 001111110011111101000010001111110011111101011110 | 3f3f423f3f5e |
SJIS-WIN | テサBツ歡^ | 11000011101110110100001011000010100111110110001101011110 | c3bb42c29f635e |
EUC-JP | テサBツ歡^ | 10001110110000111000111010111011010000101000111011000010110111011100010001011110 | 8ec38ebb428ec2ddc45e |
UTF-8 | テサBツ歡^ | 1110111110111110100000111110111110111101101110110100001011101111101111101000001011100110101011011010000101011110 | efbe83efbdbb42efbe82e6ada15e |
UHC | ??B?歡^ | 00111111001111110100001000111111111111001011011001011110 | 3f3f423ffcb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)