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 | 001111110011111100111111001111110101110101001000 | 3f3f3f3f5d48 |
SJIS-WIN | 自璽治邪]H | 10001110101010011000111010100011100011101010000110001110110101110101110101001000 | 8ea98ea38ea18ed75d48 |
EUC-JP | 自璽治邪]H | 10111100101010111011110010100101101111001010001110111100110110010101110101001000 | bcabbca5bca3bcd95d48 |
UTF-8 | 自璽治邪]H | 1110100010000111101010101110011110010010101111011110011010110010101110111110100110000010101010100101110101001000 | e887aae792bde6b2bbe982aa5d48 |
UHC | 自璽治邪]H | 11101101101110111101111111011110111101101011110111011110111101110101110101001000 | edbbdfdef6bddef75d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)