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?_ | 00111111010100010011111101011111 | 3f513f5f |
SJIS-WIN | 脱Q脱_ | 100100100100010101010001100100100100010101011111 | 92455192455f |
EUC-JP | 脱Q脱_ | 110000111010011001010001110000111010011001011111 | c3a651c3a65f |
UTF-8 | 脱Q脱_ | 1110100010000100101100010101000111101000100001001011000101011111 | e884b151e884b15f |
UHC | ?Q?_ | 00111111010100010011111101011111 | 3f513f5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)