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?_?? | 001111110101000100111111010111110011111100111111 | 3f513f5f3f3f |
SJIS-WIN | 脱Q脱_叩贈 | 10010010010001010101000110010010010001010101111110010010010000001001000110100001 | 92455192455f924091a1 |
EUC-JP | 脱Q脱_叩贈 | 11000011101001100101000111000011101001100101111111000011101000011100001010100011 | c3a651c3a65fc3a1c2a3 |
UTF-8 | 脱Q脱_叩贈 | 1110100010000100101100010101000111101000100001001011000101011111111001011000111110101001111010001011010010001000 | e884b151e884b15fe58fa9e8b488 |
UHC | ?Q?_叩贈 | 0011111101010001001111110101111111001101101100001111000111111100 | 3f513f5fcdb0f1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)