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 | ?剩? | 00111111100110011001010000111111 | 3f99943f |
EUC-JP | ?剩? | 00111111110100011111010000111111 | 3fd1f43f |
UTF-8 | 뤳剩熉 | 111010111010010010110011111001011000100110101001111001111000011010001001 | eba4b3e589a9e78689 |
UHC | 뤳剩熉 | 100011111110000111101101101001011110100111111011 | 8fe1eda5e9fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)