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^ | 0011111100111111001111110011111100111111010000100100111101011110 | 3f3f3f3f3f424f5e |
| SJIS-WIN | テャテカ罸BO^ | 110000111010110011000011101101101110001110101101010000100100111101011110 | c3acc3b6e3ad424f5e |
| EUC-JP | テャテカ罸BO^ | 10001110110000111000111010101100100011101100001110001110101101101110011010101111010000100100111101011110 | 8ec38eac8ec38eb6e6af424f5e |
| UTF-8 | テャテカ罸BO^ | 111011111011111010000011111011111011110110101100111011111011111010000011111011111011110110110110111001111011110110111000010000100100111101011110 | efbe83efbdacefbe83efbdb6e7bdb8424f5e |
| UHC | ?????BO^ | 0011111100111111001111110011111100111111010000100100111101011110 | 3f3f3f3f3f424f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)