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 | 圓校? | 1001101010100010100011010101101000111111 | 9aa28d5a3f |
EUC-JP | 圓校? | 1101010010100100101110011011101100111111 | d4a4b9bb3f |
UTF-8 | 圓校렡 | 111001011001110010010011111001101010000010100001111010111010000010100001 | e59c93e6a0a1eba0a1 |
UHC | 圓校렡 | 111010101010110111001110111010001000111010110010 | eaadcee88eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)