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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 痾痾俾怐眄痿 | 111000010111110111100001011111011001100011101010100111001000000111100001101111101110000101111110 | e17de17d98ea9c81e1bee17e |
| EUC-JP | 痾痾俾怐眄痿 | 111000011101111011100001110111101101000011101100110101111110000111100010110000001110000111011111 | e1dee1ded0ecd7e1e2c0e1df |
| UTF-8 | 痾痾俾怐眄痿 | 111001111001011110111110111001111001011110111110111001001011111110111110111001101000000010010000111001111001110010000100111001111001011110111111 | e797bee797bee4bfbee68090e79c84e797bf |
| UHC | ????眄? | 00111111001111110011111100111111110110001111100000111111 | 3f3f3f3fd8f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)