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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 臧?臧?E | 11100100011010000011111111100100011010000011111101000101 | e4683fe4683f45 |
EUC-JP | 臧?臧?E | 11100111110010010011111111100111110010010011111101000101 | e7c93fe7c93f45 |
UTF-8 | 臧렒臧렒E | 11101000100001111010011111101011101000001001001011101000100001111010011111101011101000001001001001000101 | e887a7eba092e887a7eba09245 |
UHC | 臧렒臧렒E | 111011011111010110001110101001111110110111110101100011101010011101000101 | edf58ea7edf58ea745 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)