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?_? | 0011111101010001001111110101111100111111 | 3f513f5f3f |
SJIS-WIN | 脱Q脱_叩 | 1001001001000101010100011001001001000101010111111001001001000000 | 92455192455f9240 |
EUC-JP | 脱Q脱_叩 | 1100001110100110010100011100001110100110010111111100001110100001 | c3a651c3a65fc3a1 |
UTF-8 | 脱Q脱_叩 | 1110100010000100101100010101000111101000100001001011000101011111111001011000111110101001 | e884b151e884b15fe58fa9 |
UHC | ?Q?_叩 | 001111110101000100111111010111111100110110110000 | 3f513f5fcdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)