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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 譚「關オ | 111001101001110110100010111010001001000010110101 | e69da2e890b5 |
| EUC-JP | 譚「關オ | 1110101111111101100011101010001011101111111100001000111010110101 | ebfd8ea2eff08eb5 |
| UTF-8 | 譚「關オ | 111010001010110110011010111011111011110110100010111010011001011110011100111011111011110110110101 | e8ad9aefbda2e9979cefbdb5 |
| UHC | 譚?關? | 110100111100100100111111110011101011110000111111 | d3c93fcebc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)