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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
| SJIS-WIN | ????串F | 00111111001111110011111100111111100010111111100001000110 | 3f3f3f3f8bf846 |
| EUC-JP | ????串F | 00111111001111110011111100111111101101101111101001000110 | 3f3f3f3fb6fa46 |
| UTF-8 | 溜부앸졋串F | 11101111101001111000101111101011101101101000000011101100100101011011100011101100101000011000101111100100101110001011001001000110 | efa78bebb680ec95b8eca18be4b8b246 |
| UHC | 溜부앸졋串F | 1110101011111110101110101100111010011101111010111010000010111010110011011111101001000110 | eafebace9deba0bacdfa46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)