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 | ??Q??_ | 001111110011111101010001001111110011111101011111 | 3f3f513f3f5f |
SJIS-WIN | 淨?Q淨?_ | 1001111111000100001111110101000110011111110001000011111101011111 | 9fc43f519fc43f5f |
EUC-JP | 淨?Q淨?_ | 1101111011000110001111110101000111011110110001100011111101011111 | dec63f51dec63f5f |
UTF-8 | 淨렠Q淨렠_ | 1110011010110111101010001110101110100000101000000101000111100110101101111010100011101011101000001010000001011111 | e6b7a8eba0a051e6b7a8eba0a05f |
UHC | 淨렠Q淨렠_ | 11101111111001001000111010110001010100011110111111100100100011101011000101011111 | efe48eb151efe48eb15f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)