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 | ツ催陳溶^ | 1100001010001101110000111001001011000010100101110110111001011110 | c28dc392c2976e5e |
EUC-JP | ツ催陳溶^ | 100011101100001010111010110001011100010011000100110011011100111101011110 | 8ec2bac5c4c4cdcf5e |
UTF-8 | ツ催陳溶^ | 11101111101111101000001011100101100000101010110011101001100110011011001111100110101110101011011001011110 | efbe82e582ace999b3e6bab65e |
UHC | ?催陳溶^ | 0011111111110101110010101111001011100111111010011100000101011110 | 3ff5caf2e7e9c15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)