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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?學 | 001111111001101101111011 | 3f9b7b |
EUC-JP | ?學 | 001111111101010111011100 | 3fd5dc |
UTF-8 | 뤋學 | 111010111010010010001011111001011010110110111000 | eba48be5adb8 |
UHC | 뤋學 | 10001111101110111111100111001010 | 8fbbf9ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)