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 | ÂQoÂQ} | 1100001010001001010100010110111111000010100010010101000101111101 | c289516fc289517d |
SJIS-WIN | ??Qo??Q} | 0011111100111111010100010110111100111111001111110101000101111101 | 3f3f516f3f3f517d |
EUC-JP | Â?QoÂ?Q} | 100011111010101010100100001111110101000101101111100011111010101010100100001111110101000101111101 | 8faaa43f516f8faaa43f517d |
UTF-8 | ÂQoÂQ} | 110000111000001011000010100010010101000101101111110000111000001011000010100010010101000101111101 | c382c289516fc382c289517d |
UHC | ??Qo??Q} | 0011111100111111010100010110111100111111001111110101000101111101 | 3f3f516f3f3f517d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)