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 | ??W??NB | 00111111001111110101011100111111001111110100111001000010 | 3f3f573f3f4e42 |
| SJIS-WIN | 潁烋W潁烋NB | 1001111111110001111000000111110101010111100111111111000111100000011111010100111001000010 | 9ff1e07d579ff1e07d4e42 |
| EUC-JP | 潁烋W潁烋NB | 1101111011110011110111111101111001010111110111101111001111011111110111100100111001000010 | def3dfde57def3dfde4e42 |
| UTF-8 | 潁烋W潁烋NB | 111001101011110110000001111001111000001110001011010101111110011010111101100000011110011110000011100010110100111001000010 | e6bd81e7838b57e6bd81e7838b4e42 |
| UHC | 潁烋W潁烋NB | 1110011110111000111111011100111001010111111001111011100011111101110011100100111001000010 | e7b8fdce57e7b8fdce4e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)