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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 磋貘磋貘B | 111000011111011011100110110000001110000111110110111001101100000001000010 | e1f6e6c0e1f6e6c042 |
EUC-JP | 磋貘磋貘B | 111000101111100011101100110000101110001011111000111011001100001001000010 | e2f8ecc2e2f8ecc242 |
UTF-8 | 磋貘磋貘B | 11100111101000111000101111101000101100101001100011100111101000111000101111101000101100101001100001000010 | e7a38be8b298e7a38be8b29842 |
UHC | 磋?磋?B | 11110011101011110011111111110011101011110011111101000010 | f3af3ff3af3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)