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 | ?楮? | 00111111100111101011100000111111 | 3f9eb83f |
EUC-JP | ?楮? | 00111111110111001011101000111111 | 3fdcba3f |
UTF-8 | 렰楮粒 | 111010111010000010110000111001101010010110101110111011111010011110111001 | eba0b0e6a5aeefa7b9 |
UHC | 렰楮粒 | 100011101011110111101110101111111110110110100011 | 8ebdeebfeda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)