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 | ??Q?? | 0011111100111111010100010011111100111111 | 3f3f513f3f |
SJIS-WIN | テサQツ楽 | 110000111011101101010001110000101000101001111001 | c3bb51c28a79 |
EUC-JP | テサQツ楽 | 100011101100001110001110101110110101000110001110110000101011001111011010 | 8ec38ebb518ec2b3da |
UTF-8 | テサQツ楽 | 11101111101111101000001111101111101111011011101101010001111011111011111010000010111001101010010110111101 | efbe83efbdbb51efbe82e6a5bd |
UHC | ??Q?? | 0011111100111111010100010011111100111111 | 3f3f513f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)