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 | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-WIN | 陲ソn陲ソnB | 111010001010001010111111011011101110100010100010101111110110111001000010 | e8a2bf6ee8a2bf6e42 |
EUC-JP | 陲ソn陲ソnB | 1111000010100100100011101011111101101110111100001010010010001110101111110110111001000010 | f0a48ebf6ef0a48ebf6e42 |
UTF-8 | 陲ソn陲ソnB | 111010011001100110110010111011111011110110111111011011101110100110011001101100101110111110111101101111110110111001000010 | e999b2efbdbf6ee999b2efbdbf6e42 |
UHC | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)