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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 銓假ソ・銜占 | 11100111111100101001100011101111101111111010010111100111111100001001000011101000 | e7f298efbfa5e7f090e8 |
EUC-JP | 銓假ソ・銜占 | 111011101111010011010000111100011000111010111111100011101010010111101110111100101100000011101010 | eef4d0f18ebf8ea5eef2c0ea |
UTF-8 | 銓假ソ・銜占 | 111010011000101010010011111001011000000110000111111011111011110110111111111011111011110110100101111010011000101010011100111001011000110110100000 | e98a93e58187efbdbfefbda5e98a9ce58da0 |
UHC | 銓假??銜占 | 11101111101100001100101010100011001111110011111111111001111001111110111110111111 | efb0caa33f3ff9e7efbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)