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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 茫щ絵逎 | 1110010010101001100001001000101110001010010001111110011110100011 | e4a9848b8a47e7a3 |
EUC-JP | 茫щ絵逎 | 1110100010101011101001111110101110110011101010001110111010100101 | e8aba7ebb3a8eea5 |
UTF-8 | 茫щ絵逎 | 1110100010001100101010111101000110001001111001111011010110110101111010011000000010001110 | e88cabd189e7b5b5e9808e |
UHC | 茫щ?? | 110110001101010010101100111010110011111100111111 | d8d4aceb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)