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 | ?????BO | 00111111001111110011111100111111001111110100001001001111 | 3f3f3f3f3f424f |
| SJIS-WIN | テュツ伉ウBO | 1100001110101101110000101001100011000010101100110100001001001111 | c3adc298c2b3424f |
| EUC-JP | テュツ伉ウBO | 100011101100001110001110101011011000111011000010110100001100010010001110101100110100001001001111 | 8ec38ead8ec2d0c48eb3424f |
| UTF-8 | テュツ伉ウBO | 1110111110111110100000111110111110111101101011011110111110111110100000101110010010111100100010011110111110111101101100110100001001001111 | efbe83efbdadefbe82e4bc89efbdb3424f |
| UHC | ???伉?BO | 0011111100111111001111111111100111110010001111110100001001001111 | 3f3f3ff9f23f424f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)