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? | 001111110101000100111111 | 3f513f |
SJIS-WIN | 脱Q但 | 1001001001000101010100011001001001000001 | 9245519241 |
EUC-JP | 脱Q但 | 1100001110100110010100011100001110100010 | c3a651c3a2 |
UTF-8 | 脱Q但 | 11101000100001001011000101010001111001001011110110000110 | e884b151e4bd86 |
UHC | ?Q但 | 00111111010100011101001110100011 | 3f51d3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)