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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??浣 | 00111111001111111001111110101111 | 3f3f9faf |
EUC-JP | 珩?浣 | 100011111100101111110111001111111101111010110001 | 8fcbf73fdeb1 |
UTF-8 | 珩솟浣 | 111001111000111110101001111011001000011010011111111001101011010110100011 | e78fa9ec869fe6b5a3 |
UHC | 珩솟浣 | 111110111010100010111100110110101110100011001011 | fba8bcdae8cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)