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 | 鞦、鬧郁ョ殖 | 11101000111000011010010011101001101001111000100011101000101011101001000001000010 | e8e1a4e9a788e8ae9042 |
EUC-JP | 鞦、鬧郁ョ殖 | 111100001110001110001110101001001111001010101001101100001110101010001110101011101011111110100011 | f0e38ea4f2a9b0ea8eaebfa3 |
UTF-8 | 鞦、鬧郁ョ殖 | 111010011001111010100110111011111011110110100100111010011010110010100111111010011000001110000001111011111011110110101110111001101010111010010110 | e99ea6efbda4e9aca7e98381efbdaee6ae96 |
UHC | ??鬧郁?殖 | 001111110011111111010111101000101110100111110100001111111110001111010110 | 3f3fd7a2e9f43fe3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)