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 | 霑「迢ゥ謫コ | 111010001011111110100010111001111000101110101001111001101001001110111010 | e8bfa2e78ba9e693ba |
EUC-JP | 霑「迢ゥ謫コ | 111100001100000110001110101000101110110111101011100011101010100111101011111100111000111010111010 | f0c18ea2edeb8ea9ebf38eba |
UTF-8 | 霑「迢ゥ謫コ | 111010011001110010010001111011111011110110100010111010001011111110100010111011111011110110101001111010001010110010101011111011111011110110111010 | e99c91efbda2e8bfa2efbda9e8acabefbdba |
UHC | 霑???謫? | 1110111111000101001111110011111100111111111011101110001100111111 | efc53f3f3feee33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)