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 | ANANB | 10010010010000010100111010010010010000010100111001000010 | 92414e92414e42 |
SJIS-WIN | ?AN?ANB | 00111111010000010100111000111111010000010100111001000010 | 3f414e3f414e42 |
EUC-JP | ?AN?ANB | 00111111010000010100111000111111010000010100111001000010 | 3f414e3f414e42 |
UTF-8 | ANANB | 110000101001001001000001010011101100001010010010010000010100111001000010 | c292414ec292414e42 |
UHC | ?AN?ANB | 00111111010000010100111000111111010000010100111001000010 | 3f414e3f414e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)