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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 壽?n}壽?n{^ | 1001101011100110001111110110111001111101100110101110011000111111011011100111101101011110 | 9ae63f6e7d9ae63f6e7b5e |
EUC-JP | 壽?n}壽?n{^ | 1101010011101000001111110110111001111101110101001110100000111111011011100111101101011110 | d4e83f6e7dd4e83f6e7b5e |
UTF-8 | 壽잢n}壽잢n{^ | 1110010110100011101111011110110010011110101000100110111001111101111001011010001110111101111011001001111010100010011011100111101101011110 | e5a3bdec9ea26e7de5a3bdec9ea26e7b5e |
UHC | 壽잢n}壽잢n{^ | 11100001111110001001111111110001011011100111110111100001111110001001111111110001011011100111101101011110 | e1f89ff16e7de1f89ff16e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)