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??Q^ | 00111111001111110101000100111111001111110101000101011110 | 3f3f513f3f515e |
SJIS-WIN | 淨?Q淨?Q^ | 100111111100010000111111010100011001111111000100001111110101000101011110 | 9fc43f519fc43f515e |
EUC-JP | 淨?Q淨?Q^ | 110111101100011000111111010100011101111011000110001111110101000101011110 | dec63f51dec63f515e |
UTF-8 | 淨렠Q淨렠Q^ | 111001101011011110101000111010111010000010100000010100011110011010110111101010001110101110100000101000000101000101011110 | e6b7a8eba0a051e6b7a8eba0a0515e |
UHC | 淨렠Q淨렠Q^ | 1110111111100100100011101011000101010001111011111110010010001110101100010101000101011110 | efe48eb151efe48eb1515e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)