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 | WTQIU | 100100100101011110010010010101001001001001010001100100100100100101010101 | 925792549251924955 |
SJIS-WIN | ?W?T?Q?IU | 001111110101011100111111010101000011111101010001001111110100100101010101 | 3f573f543f513f4955 |
EUC-JP | ?W?T?Q?IU | 001111110101011100111111010101000011111101010001001111110100100101010101 | 3f573f543f513f4955 |
UTF-8 | WTQIU | 11000010100100100101011111000010100100100101010011000010100100100101000111000010100100100100100101010101 | c29257c29254c29251c2924955 |
UHC | ?W?T?Q?IU | 001111110101011100111111010101000011111101010001001111110100100101010101 | 3f573f543f513f4955 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)