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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 竪臓属^ | 10010010010001111001000110011111100100011010111001011110 | 9247919f91ae5e |
EUC-JP | 竪臓属^ | 11000011101010001100001010100001110000101011000001011110 | c3a8c2a1c2b05e |
UTF-8 | 竪臓属^ | 11100111101010111010101011101000100001111001001111100101101100011001111001011110 | e7abaae88793e5b19e5e |
UHC | 竪??^ | 1110001010110101001111110011111101011110 | e2b53f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)