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 | テサチ黑ィツ | 110000111011101111000001111111000100101111110001110000111010100011000010 | c3bbc1fc4bf1c3a8c2 |
| EUC-JP | テサチ??ィツ | 100011101100001110001110101110111000111011000001001111110011111110001110101010001000111011000010 | 8ec38ebb8ec13f3f8ea88ec2 |
| UTF-8 | テサチ黑ィツ | 111011111011111010000011111011111011110110111011111011111011111010000001111010011011101110010001111011101000010010111110111011111011110110101000111011111011111010000010 | efbe83efbdbbefbe81e9bb91ee84beefbda8efbe82 |
| UHC | ???黑??? | 0011111100111111001111111111110111011001001111110011111100111111 | 3f3f3ffdd93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)