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 | ???æ? | 0011111100111111001111111110011000111111 | 3f3f3fe63f |
SJIS-WIN | ????裨 | 001111110011111100111111001111111110010111101001 | 3f3f3f3fe5e9 |
EUC-JP | ???æ裨 | 0011111100111111001111111000111110101001110000011110101011101011 | 3f3f3f8fa9c1eaeb |
UTF-8 | 룶뇜룵æ裨 | 1110101110100011101101101110101110000111100111001110101110100011101101011100001110100110111010001010001110101000 | eba3b6eb879ceba3b5c3a6e8a3a8 |
UHC | 룶뇜룵æ裨 | 10001111101010111011001111111101100011111010101010101001101000011101111010100101 | 8fabb3fd8faaa9a1dea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)