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 | ?????Y | 001111110011111100111111001111110011111101011001 | 3f3f3f3f3f59 |
SJIS-WIN | 鄒樣ァ墓鏡Y | 11100111101111101001111011101001101001111001010111100110100010111011111001011001 | e7be9ee9a795e68bbe59 |
EUC-JP | 鄒樣ァ墓鏡Y | 1110111011000000110111001110101110001110101001111100101011101000101101101100000001011001 | eec0dceb8ea7cae8b6c059 |
UTF-8 | 鄒樣ァ墓鏡Y | 11101001100001001001001011100110101010001010001111101111101111011010011111100101101000101001001111101001100011111010000101011001 | e98492e6a8a3efbda7e5a293e98fa159 |
UHC | 鄒樣?墓鏡Y | 11110101110110111110010111000110001111111101100111010111110011001111000001011001 | f5dbe5c63fd9d7ccf059 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)