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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | 壽?[}壽?[{^ | 1001101011100110001111110101101101111101100110101110011000111111010110110111101101011110 | 9ae63f5b7d9ae63f5b7b5e |
EUC-JP | 壽?[}壽?[{^ | 1101010011101000001111110101101101111101110101001110100000111111010110110111101101011110 | d4e83f5b7dd4e83f5b7b5e |
UTF-8 | 壽잢[}壽잢[{^ | 1110010110100011101111011110110010011110101000100101101101111101111001011010001110111101111011001001111010100010010110110111101101011110 | e5a3bdec9ea25b7de5a3bdec9ea25b7b5e |
UHC | 壽잢[}壽잢[{^ | 11100001111110001001111111110001010110110111110111100001111110001001111111110001010110110111101101011110 | e1f89ff15b7de1f89ff15b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)