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 | ?浹 | 001111111001111110110011 | 3f9fb3 |
EUC-JP | ?浹 | 001111111101111010110101 | 3fdeb5 |
UTF-8 | 뤂浹 | 111010111010010010000010111001101011010110111001 | eba482e6b5b9 |
UHC | 뤂浹 | 10001111101100111111101011110100 | 8fb3faf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)