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 | 瀇鴫昌ッ辞 | 111110110100111110001110101100001000111110111001101011111000111010101011 | fb4f8eb08fb9af8eab |
| EUC-JP | 瀇鴫昌ッ辞 | 1000111111001001101011011011110010110010101111101011101110001110101011111011110010101101 | 8fc9adbcb2bebb8eafbcad |
| UTF-8 | 瀇鴫昌ッ辞 | 111001111000000010000111111010011011010010101011111001101001100010001100111011111011110110101111111010001011111010011110 | e78087e9b4abe6988cefbdafe8be9e |
| UHC | ??昌?? | 001111110011111111110011111000110011111100111111 | 3f3ff3e33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)