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 | ????F\ | 001111110011111100111111001111110100011001011100 | 3f3f3f3f465c |
SJIS-WIN | 将メ将ェF\ | 1000111110101011110100101000111110101011101010100100011001011100 | 8fabd28fabaa465c |
EUC-JP | 将メ将ェF\ | 10111110101011011000111011010010101111101010110110001110101010100100011001011100 | bead8ed2bead8eaa465c |
UTF-8 | 将メ将ェF\ | 1110010110110000100001101110111110111110100100101110010110110000100001101110111110111101101010100100011001011100 | e5b086efbe92e5b086efbdaa465c |
UHC | ????F\ | 001111110011111100111111001111110100011001011100 | 3f3f3f3f465c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)