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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蠇」雉ェ豺丞 | 11111011101000011010001111101000101100111010101011100110101101111000111111100101 | fba1a3e8b3aae6b78fe5 |
EUC-JP | ?」雉ェ豺丞 | 0011111110001110101000111111000010110101100011101010101011101100101110011011111011100111 | 3f8ea3f0b58eaaecb9bee7 |
UTF-8 | 蠇」雉ェ豺丞 | 111010001010000010000111111011111011110110100011111010011001101110001001111011111011110110101010111010001011000110111010111001001011100010011110 | e8a087efbda3e99b89efbdaae8b1bae4b89e |
UHC | ??雉?豺丞 | 001111110011111111110110110010110011111111100011110011111110001110101010 | 3f3ff6cb3fe3cfe3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)