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 | ????® | 0011111100111111001111110011111110101110 | 3f3f3f3fae |
SJIS-WIN | 該??兄? | 10001010010110010011111100111111100011000101101000111111 | 8a593f3f8c5a3f |
EUC-JP | 該??兄® | 101100111011101000111111001111111011011110111011100011111010001011101110 | b3ba3f3fb7bb8fa2ee |
UTF-8 | 該뤹웻兄® | 1110100010101001101100101110101110100100101110011110110010011011101110111110010110000101100001001100001010101110 | e8a9b2eba4b9ec9bbbe58584c2ae |
UHC | 該뤹웻兄® | 11111010101100011000111111100111100111111000011111111010111111001010001011100111 | fab18fe79f87fafca2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)