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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 支?公寃?B | 100011100111100000111111100011001111011010011011100000110011111101000010 | 8e783f8cf69b833f42 |
EUC-JP | 支嶠公寃?B | 1011101111011001100011111011101111101111101110001111100011010101111000110011111101000010 | bbd98fbbefb8f8d5e33f42 |
UTF-8 | 支嶠公寃렠B | 11100110100101001010111111100101101101101010000011100101100001011010110011100101101011111000001111101011101000001010000001000010 | e694afe5b6a0e585ace5af83eba0a042 |
UHC | 支嶠公寃렠B | 1111001010101000110011101110010011001101111010111110101010110010100011101011000101000010 | f2a8cee4cdebeab28eb142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)