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 | ?????@h | 00111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f4068 |
SJIS-WIN | 隹キ驕懆鳩@h | 1110100010110000101101111110100110000001100111001110100010010100101101010100000001101000 | e8b0b7e9819ce894b54068 |
EUC-JP | 隹キ驕懆鳩@h | 111100001011001010001110101101111111000111100001110110001110101011001000101101110100000001101000 | f0b28eb7f1e1d8eac8b74068 |
UTF-8 | 隹キ驕懆鳩@h | 1110100110011010101110011110111110111101101101111110100110101001100101011110011010000111100001101110100110110011101010010100000001101000 | e99ab9efbdb7e9a995e68786e9b3a94068 |
UHC | ??驕?鳩@h | 001111110011111111001110111101100011111111001111110011010100000001101000 | 3f3fcef63fcfcd4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)