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 | ????ZB | 001111110011111100111111001111110101101001000010 | 3f3f3f3f5a42 |
SJIS-WIN | 章ェシオZB | 10001111110011011010101010111100101101010101101001000010 | 8fcdaabcb55a42 |
EUC-JP | 章ェシオZB | 10111110110011111000111010101010100011101011110010001110101101010101101001000010 | becf8eaa8ebc8eb55a42 |
UTF-8 | 章ェシオZB | 1110011110101011101000001110111110111101101010101110111110111101101111001110111110111101101101010101101001000010 | e7aba0efbdaaefbdbcefbdb55a42 |
UHC | 章???ZB | 11101101111100010011111100111111001111110101101001000010 | edf13f3f3f5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)