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 | 001111110011111101010001001111110011111101010001 | 3f3f513f3f51 |
SJIS-WIN | 偲治Q偲爾Q | 10001110110000111000111010100001010100011000111011000011100011101010001001010001 | 8ec38ea1518ec38ea251 |
EUC-JP | 偲治Q偲爾Q | 10111100110001011011110010100011010100011011110011000101101111001010010001010001 | bcc5bca351bcc5bca451 |
UTF-8 | 偲治Q偲爾Q | 1110010110000001101100101110011010110010101110110101000111100101100000011011001011100111100010001011111001010001 | e581b2e6b2bb51e581b2e788be51 |
UHC | ?治Q?爾Q | 0011111111110110101111010101000100111111111011001011001101010001 | 3ff6bd513fecb351 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)