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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 巐幗ァ夬嗇 | 111110101011011010011011111011001010011110011010111011011001101010100101 | fab69beca79aed9aa5 |
EUC-JP | 巐幗ァ夬嗇 | 1000111110111011111110011101011011101110100011101010011111010100111011111101010010100111 | 8fbbf9d6ee8ea7d4efd4a7 |
UTF-8 | 巐幗ァ夬嗇 | 111001011011011110010000111001011011100110010111111011111011110110100111111001011010010010101100111001011001011110000111 | e5b790e5b997efbda7e5a4ace59787 |
UHC | ????嗇 | 001111110011111100111111001111111101111111100000 | 3f3f3f3fdfe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)