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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 将ゥ召譓「テ^ | 10001111101010111010100110001111101000101111101110101011101000101100001101011110 | 8faba98fa2fbaba2c35e |
EUC-JP | 将ゥ召譓「テ^ | 1011111010101101100011101010100110111110101001001000111111011110110010111000111010100010100011101100001101011110 | bead8ea9bea48fdecb8ea28ec35e |
UTF-8 | 将ゥ召譓「テ^ | 11100101101100001000011011101111101111011010100111100101100011111010110011101000101011011001001111101111101111011010001011101111101111101000001101011110 | e5b086efbda9e58face8ad93efbda2efbe835e |
UHC | ??召???^ | 0011111100111111111000011010111100111111001111110011111101011110 | 3f3fe1af3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)