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 | 浯ァ雉ェ豺丞 | 11111010111111001010011111101000101100111010101011100110101101111000111111100101 | fafca7e8b3aae6b78fe5 |
EUC-JP | 浯ァ雉ェ豺丞 | 10001111110001111100001110001110101001111111000010110101100011101010101011101100101110011011111011100111 | 8fc7c38ea7f0b58eaaecb9bee7 |
UTF-8 | 浯ァ雉ェ豺丞 | 111001101011010110101111111011111011110110100111111010011001101110001001111011111011110110101010111010001011000110111010111001001011100010011110 | e6b5afefbda7e99b89efbdaae8b1bae4b89e |
UHC | ??雉?豺丞 | 001111110011111111110110110010110011111111100011110011111110001110101010 | 3f3ff6cb3fe3cfe3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)