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 | 雖蛾?螟 | 11100101101010111000100111101001001111111110010110100100 | e5ab89e93fe5a4 |
EUC-JP | 雖蛾珹螟 | 111010101010110110110010111010111000111111001011111110111110101010100110 | eaadb2eb8fcbfbeaa6 |
UTF-8 | 雖蛾珹螟 | 111010011001101110010110111010001001101110111110111001111000111110111001111010001001111010011111 | e99b96e89bbee78fb9e89e9f |
UHC | 雖蛾珹螟 | 1110001011001100111001001011011011100000111110111101100110101101 | e2cce4b6e0fbd9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)