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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 銓滄ァ募謗B | 11100111111100101001111111101001101001111001010111100101111001101000111001000010 | e7f29fe9a795e5e68e42 |
EUC-JP | 銓滄ァ募謗B | 1110111011110100110111101110101110001110101001111100101011100111111010111110111001000010 | eef4deeb8ea7cae7ebee42 |
UTF-8 | 銓滄ァ募謗B | 11101001100010101001001111100110101110111000010011101111101111011010011111100101100010111001111111101000101011001001011101000010 | e98a93e6bb84efbda7e58b9fe8ac9742 |
UHC | 銓滄?募謗B | 11101111101100001111001111100111001111111101100110110100110110111011111101000010 | efb0f3e73fd9b4dbbf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)