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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遽・證ク | 111001111010111110100101111001101001101010111000 | e7afa5e69ab8 |
EUC-JP | 遽・證ク | 1110111010110001100011101010010111101011111110101000111010111000 | eeb18ea5ebfa8eb8 |
UTF-8 | 遽・證ク | 111010011000000110111101111011111011110110100101111010001010110110001001111011111011110110111000 | e981bdefbda5e8ad89efbdb8 |
UHC | 遽?證? | 110010111110100000111111111100011111101100111111 | cbe83ff1fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)