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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 醯狆Ο | 111001111100111111100000101111001000001110101101 | e7cfe0bc83ad |
| EUC-JP | 醯狆Ο | 111011101101000111100000101111101010011010101111 | eed1e0bea6af |
| UTF-8 | 醯狆Ο | 1110100110000110101011111110011110001011100001101100111010011111 | e986afe78b86ce9f |
| UHC | 醯?Ο | 1111101110111000001111111010010111001111 | fbb83fa5cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)