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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 謔矩ケケ^ | 11100110100000101000101111101001101110011011100101011110 | e6828be9b9b95e |
EUC-JP | 謔矩ケケ^ | 111010111110001010110110111010111000111010111001100011101011100101011110 | ebe2b6eb8eb98eb95e |
UTF-8 | 謔矩ケケ^ | 11101000101011001001010011100111100111111010100111101111101111011011100111101111101111011011100101011110 | e8ac94e79fa9efbdb9efbdb95e |
UHC | 謔矩??^ | 11111001110011001100111110111011001111110011111101011110 | f9cccfbb3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)