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 | 鉤ア諡キ貉 | 1110011111101010101100011110011010001011101101111110011010111001 | e7eab1e68bb7e6b9 |
| EUC-JP | 鉤ア諡キ貉 | 11101110111011001000111010110001111010111110101110001110101101111110110010111011 | eeec8eb1ebeb8eb7ecbb |
| UTF-8 | 鉤ア諡キ貉 | 111010011000100110100100111011111011110110110001111010001010101110100001111011111011110110110111111010001011001010001001 | e989a4efbdb1e8aba1efbdb7e8b289 |
| UHC | 鉤?諡?? | 11001111110010010011111111100011110011010011111100111111 | cfc93fe3cd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)