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 | 暎????? | 10011101111100110011111100111111001111110011111100111111 | 9df33f3f3f3f3f |
| EUC-JP | 暎??沅?? | 110110101111010100111111001111111000111111000110111010010011111100111111 | daf53f3f8fc6e93f3f |
| UTF-8 | 暎㏓맫沅뺞럩 | 111001101001101010001110111000111000111110010011111010111010011110101011111001101011001010000101111010111011101010011110111010111001111110101001 | e69a8ee38f93eba7abe6b285ebba9eeb9fa9 |
| UHC | 暎㏓맫沅뺞럩 | 111001111011001010100111111010111001000010110011111010101011011010010101111001101000111010001100 | e7b2a7eb90b3eab695e68e8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)