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 | ?巾褒 | 0011111110001011110100001001011001001010 | 3f8bd0964a |
EUC-JP | ?巾褒 | 0011111110110110110100101100101110101011 | 3fb6d2cbab |
UTF-8 | 뤰巾褒 | 111010111010010010110000111001011011011110111110111010001010010010010010 | eba4b0e5b7bee8a492 |
UHC | 뤰巾褒 | 100011111101111011001011111011101111100011100110 | 8fdecbeef8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)