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 | 肓郁唇蟲 | 1110001111101001100010001110100010010000010011111110010110110011 | e3e988e8904fe5b3 |
EUC-JP | 肓郁唇蟲 | 1110011011101011101100001110101010111111101100001110101010110101 | e6ebb0eabfb0eab5 |
UTF-8 | 肓郁唇蟲 | 111010001000001010010011111010011000001110000001111001011001010010000111111010001001111110110010 | e88293e98381e59487e89fb2 |
UHC | ?郁唇蟲 | 00111111111010011111010011110010110001101111010111111001 | 3fe9f4f2c6f5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)