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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 諸?淫絲輦^ | 10001111100101000011111110001000111110101110001101001110111001110111001001011110 | 8f943f88fae34ee7725e |
EUC-JP | 諸?淫絲輦^ | 10111101111101000011111110110000111111001110010110101111111011011101001101011110 | bdf43fb0fce5afedd35e |
UTF-8 | 諸렪淫絲輦^ | 11101000101010111011100011101011101000001010101011100110101101111010101111100111101101011011001011101000101111001010011001011110 | e8abb8eba0aae6b7abe7b5b2e8bca65e |
UHC | 諸렪淫絲輦^ | 1111000010110011100011101011100011101011111000101101111011101010110101101010011001011110 | f0b38eb8ebe2deead6a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)