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 | ?泗 | 001111111001111110011001 | 3f9f99 |
EUC-JP | ?泗 | 001111111101110111111001 | 3fddf9 |
UTF-8 | 뤩泗 | 111010111010010010101001111001101011001110010111 | eba4a9e6b397 |
UHC | 뤩泗 | 10001111110101111101111011011111 | 8fd7dedf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)