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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 衣?佇脛? | 1000100011011111001111111001100011001000111000111111100000111111 | 88df3f98c8e3f83f |
EUC-JP | 衣?佇脛? | 1011000011100001001111111101000011001010111001101111101000111111 | b0e13fd0cae6fa3f |
UTF-8 | 衣렟佇脛렖 | 111010001010000110100011111010111010000010011111111001001011110110000111111010001000010010011011111010111010000010010110 | e8a1a3eba09fe4bd87e8849beba096 |
UHC | 衣렟佇脛렖 | 11101011111111011000111010110000111011101011011111001100111010111000111010101011 | ebfd8eb0eeb7cceb8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)