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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 餘??獰? | 11101001010100000011111100111111111000001101011000111111 | e9503f3fe0d63f |
| EUC-JP | 餘??獰? | 11110001101100010011111100111111111000001101100000111111 | f1b13f3fe0d83f |
| UTF-8 | 餘욧퀗獰퇑 | 111010011010010010011000111011001001101010100111111011011000000010010111111001111000110110110000111011011000011110010001 | e9a498ec9aa7ed8097e78db0ed8791 |
| UHC | 餘욧퀗獰퇑 | 11100110101011101011111111101010101100111000110011100111101111101011100001000010 | e6aebfeab38ce7beb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)