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 | ?墟 | 001111111001101011010000 | 3f9ad0 |
EUC-JP | ?墟 | 001111111101010011010010 | 3fd4d2 |
UTF-8 | 뤯墟 | 111010111010010010101111111001011010001010011111 | eba4afe5a29f |
UHC | 뤯墟 | 10001111110111011111101011000111 | 8fddfac7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)