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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | テイテサテ淌暸 | 110000111011001011000011101110111100001110011111110000111001111001000001 | c3b2c3bbc39fc39e41 |
| EUC-JP | テイテサテ淌暸 | 1000111011000011100011101011001010001110110000111000111010111011100011101100001111011110110001011101101110100010 | 8ec38eb28ec38ebb8ec3dec5dba2 |
| UTF-8 | テイテサテ淌暸 | 111011111011111010000011111011111011110110110010111011111011111010000011111011111011110110111011111011111011111010000011111001101011011110001100111001101001101010111000 | efbe83efbdb2efbe83efbdbbefbe83e6b78ce69ab8 |
| UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)