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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ツ堕スツ堕ッ | 1100001010010001110000101011110111000010100100011100001010101111 | c291c2bdc291c2af |
| EUC-JP | ツ堕スツ堕ッ | 100011101100001011000010110001001000111010111101100011101100001011000010110001001000111010101111 | 8ec2c2c48ebd8ec2c2c48eaf |
| UTF-8 | ツ堕スツ堕ッ | 111011111011111010000010111001011010000010010101111011111011110110111101111011111011111010000010111001011010000010010101111011111011110110101111 | efbe82e5a095efbdbdefbe82e5a095efbdaf |
| UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)