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 | ?槽 | 001111111001000110000101 | 3f9185 |
EUC-JP | ?槽 | 001111111100000111100101 | 3fc1e5 |
UTF-8 | 렮槽 | 111010111010000010101110111001101010011110111101 | eba0aee6a7bd |
UHC | 렮槽 | 10001110101110111111000011001011 | 8ebbf0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)