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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 韃籥韃籥^ | 111010001110010111100010110111101110100011100101111000101101111001011110 | e8e5e2dee8e5e2de5e |
EUC-JP | 韃籥韃籥^ | 111100001110011111100100111000001111000011100111111001001110000001011110 | f0e7e4e0f0e7e4e05e |
UTF-8 | 韃籥韃籥^ | 11101001100111111000001111100111101100011010010111101001100111111000001111100111101100011010010101011110 | e99f83e7b1a5e99f83e7b1a55e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)