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 | ?肴述 | 0011111110001101111001101000111101110001 | 3f8de68f71 |
EUC-JP | ?肴述 | 0011111110111010111010001011110111010010 | 3fbae8bdd2 |
UTF-8 | 뤨肴述 | 111010111010010010101000111010001000001010110100111010001011111110110000 | eba4a8e882b4e8bfb0 |
UHC | 뤨肴述 | 100011111101011011111101101000101110001011111011 | 8fd6fda2e2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)