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 | ACnACnB | 1001001001000001100100100100001101101110100100100100000110010010010000110110111001000010 | 924192436e924192436e42 |
SJIS-WIN | ?A?Cn?A?CnB | 0011111101000001001111110100001101101110001111110100000100111111010000110110111001000010 | 3f413f436e3f413f436e42 |
EUC-JP | ?A?Cn?A?CnB | 0011111101000001001111110100001101101110001111110100000100111111010000110110111001000010 | 3f413f436e3f413f436e42 |
UTF-8 | ACnACnB | 110000101001001001000001110000101001001001000011011011101100001010010010010000011100001010010010010000110110111001000010 | c29241c292436ec29241c292436e42 |
UHC | ?A?Cn?A?CnB | 0011111101000001001111110100001101101110001111110100000100111111010000110110111001000010 | 3f413f436e3f413f436e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)