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? | 001111110011111100111111001111110110100000111111 | 3f3f3f3f683f |
SJIS-WIN | 衣???h衣 | 1000100011011111001111110011111100111111011010001000100011011111 | 88df3f3f3f6888df |
EUC-JP | 衣???h衣 | 1011000011100001001111110011111100111111011010001011000011100001 | b0e13f3f3f68b0e1 |
UTF-8 | 衣쯔렱렲h衣 | 11101000101000011010001111101100101011111001010011101011101000001011000111101011101000001011001001101000111010001010000110100011 | e8a1a3ecaf94eba0b1eba0b268e8a1a3 |
UHC | 衣쯔렱렲h衣 | 1110101111111101110000101110101010001110101111101000111010111111011010001110101111111101 | ebfdc2ea8ebe8ebf68ebfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)