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 | EnEnB | 10010100010001010110111010010100010001010110111001000010 | 94456e94456e42 |
SJIS-WIN | ?En?EnB | 00111111010001010110111000111111010001010110111001000010 | 3f456e3f456e42 |
EUC-JP | ?En?EnB | 00111111010001010110111000111111010001010110111001000010 | 3f456e3f456e42 |
UTF-8 | EnEnB | 110000101001010001000101011011101100001010010100010001010110111001000010 | c294456ec294456e42 |
UHC | ?En?EnB | 00111111010001010110111000111111010001010110111001000010 | 3f456e3f456e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)