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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 銓募勣銜占 | 11100111111100101001010111100101100110011010100011100111111100001001000011101000 | e7f295e599a8e7f090e8 |
EUC-JP | 銓募勣銜占 | 11101110111101001100101011100111110100101010101011101110111100101100000011101010 | eef4cae7d2aaeef2c0ea |
UTF-8 | 銓募勣銜占 | 111010011000101010010011111001011000101110011111111001011000101110100011111010011000101010011100111001011000110110100000 | e98a93e58b9fe58ba3e98a9ce58da0 |
UHC | 銓募勣銜占 | 11101111101100001101100110110100111011101101001111111001111001111110111110111111 | efb0d9b4eed3f9e7efbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)