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 | 篳攷篳攷 | 1110001011001000100111011011110111100010110010001001110110111101 | e2c89dbde2c89dbd |
| EUC-JP | 篳攷篳攷 | 1110010011001010110110101011111111100100110010101101101010111111 | e4cadabfe4cadabf |
| UTF-8 | 篳攷篳攷 | 111001111010111110110011111001101001010010110111111001111010111110110011111001101001010010110111 | e7afb3e694b7e7afb3e694b7 |
| UHC | ?攷?攷 | 001111111100110110111001001111111100110110111001 | 3fcdb93fcdb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)