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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 鈔碾ユャ^ | 11100111111000101110000111111000110101011010110001011110 | e7e2e1f8d5ac5e |
| EUC-JP | 鈔碾ユャ^ | 111011101110010011100010111110101000111011010101100011101010110001011110 | eee4e2fa8ed58eac5e |
| UTF-8 | 鈔碾ユャ^ | 11101001100010001001010011100111101000101011111011101111101111101001010111101111101111011010110001011110 | e98894e7a2beefbe95efbdac5e |
| UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)