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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 辯滔ウスh | 11100111100001111001111111101011101100111011110101101000 | e7879febb3bd68 |
EUC-JP | 辯滔ウスh | 111011011110011111011110111011011000111010110011100011101011110101101000 | ede7deed8eb38ebd68 |
UTF-8 | 辯滔ウスh | 11101000101111101010111111100110101110111001010011101111101111011011001111101111101111011011110101101000 | e8beafe6bb94efbdb3efbdbd68 |
UHC | 辯滔??h | 11011100101010101101010010100101001111110011111101101000 | dcaad4a53f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)