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 | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | 炅凱@炅凱@B | 1111101101010001100010100100110101000000111110110101000110001010010011010100000001000010 | fb518a4d40fb518a4d4042 |
EUC-JP | 炅凱@炅凱@B | 10001111110010011100101010110011101011100100000010001111110010011100101010110011101011100100000001000010 | 8fc9cab3ae408fc9cab3ae4042 |
UTF-8 | 炅凱@炅凱@B | 111001111000001010000101111001011000011110110001010000001110011110000010100001011110010110000111101100010100000001000010 | e78285e587b140e78285e587b14042 |
UHC | 炅凱@炅凱@B | 1100110011011101110010111100001001000000110011001101110111001011110000100100000001000010 | ccddcbc240ccddcbc24042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)