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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 章ェ汐聽 | 10001111110011011010101010001110101011001110001111100011 | 8fcdaa8eace3e3 |
EUC-JP | 章ェ汐聽 | 1011111011001111100011101010101010111100101011101110011011100101 | becf8eaabcaee6e5 |
UTF-8 | 章ェ汐聽 | 111001111010101110100000111011111011110110101010111001101011000110010000111010001000000110111101 | e7aba0efbdaae6b190e881bd |
UHC | 章?汐聽 | 11101101111100010011111111100000101100011111010011101001 | edf13fe0b1f4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)