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 | 痾咤盖痾 | 1110000101111101100110100100001011100001101100111110000101111101 | e17d9a42e1b3e17d |
| EUC-JP | 痾咤盖痾 | 1110000111011110110100111010001111100010101101011110000111011110 | e1ded3a3e2b5e1de |
| UTF-8 | 痾咤盖痾 | 111001111001011110111110111001011001001010100100111001111001101110010110111001111001011110111110 | e797bee592a4e79b96e797be |
| UHC | ?咤盖? | 001111111111011011100011110010111100110000111111 | 3ff6e3cbcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)