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 | 0011111101000000001111110100000001000010 | 3f403f4042 |
SJIS-WIN | 映@映@B | 10001001011001100100000010001001011001100100000001000010 | 89664089664042 |
EUC-JP | 映@映@B | 10110001110001110100000010110001110001110100000001000010 | b1c740b1c74042 |
UTF-8 | 映@映@B | 111001101001100010100000010000001110011010011000101000000100000001000010 | e698a040e698a04042 |
UHC | 映@映@B | 11100111101100010100000011100111101100010100000001000010 | e7b140e7b14042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)