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 | ??巾 | 00111111001111111000101111010000 | 3f3f8bd0 |
EUC-JP | ??巾 | 00111111001111111011011011010010 | 3f3fb6d2 |
UTF-8 | 롛뤰巾 | 111010111010000110011011111010111010010010110000111001011011011110111110 | eba19beba4b0e5b7be |
UHC | 롛뤰巾 | 100011101101111110001111110111101100101111101110 | 8edf8fdecbee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)