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 | ??パ◇〓 | 0011111100111111100000110111000010000001100111101000000110101100 | 3f3f8370819e81ac |
EUC-JP | ??パ◇〓 | 0011111100111111101001011101000110100001111111101010001010101110 | 3f3fa5d1a1fea2ae |
UTF-8 | 룶햶パ◇〓 | 111010111010001110110110111011011001011010110110111000111000001110010001111000101001011110000111111000111000000010010011 | eba3b6ed96b6e38391e29787e38093 |
UHC | 룶햶パ◇〓 | 10001111101010111100000110001111101010111101000110100001110111101010000111101011 | 8fabc18fabd1a1dea1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)