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 | 銹?銹? | 111001111111011000111111111001111111011000111111 | e7f63fe7f63f |
| EUC-JP | 銹?銹? | 111011101111100000111111111011101111100000111111 | eef83feef83f |
| UTF-8 | 銹씫銹씫 | 111010011000101010111001111011001001010010101011111010011000101010111001111011001001010010101011 | e98ab9ec94abe98ab9ec94ab |
| UHC | 銹씫銹씫 | 1110001011001000100111011011110111100010110010001001110110111101 | e2c89dbde2c89dbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)