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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 證ヲ逋イ逞」 | 111001101001101010100110111001111001100110110010111001111001011110100011 | e69aa6e799b2e797a3 |
EUC-JP | 證ヲ逋イ逞」 | 111010111111101010001110101001101110110111111001100011101011001011101101111101111000111010100011 | ebfa8ea6edf98eb2edf78ea3 |
UTF-8 | 證ヲ逋イ逞」 | 111010001010110110001001111011111011110110100110111010011000000010001011111011111011110110110010111010011000000010011110111011111011110110100011 | e8ad89efbda6e9808befbdb2e9809eefbda3 |
UHC | 證?逋?逞? | 111100011111101100111111111110001110011100111111110101101100000100111111 | f1fb3ff8e73fd6c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)