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 | ????l | 0011111100111111001111110011111101101100 | 3f3f3f3f6c |
SJIS-WIN | 。゚娼ミl | 101000011101111110001111101010011101000001101100 | a1df8fa9d06c |
EUC-JP | 。゚娼ミl | 100011101010000110001110110111111011111010101011100011101101000001101100 | 8ea18edfbeab8ed06c |
UTF-8 | 。゚娼ミl | 11101111101111011010000111101111101111101001111111100101101010001011110011101111101111101001000001101100 | efbda1efbe9fe5a8bcefbe906c |
UHC | ??娼?l | 001111110011111111110011110111100011111101101100 | 3f3ff3de3f6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)