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 | ¼énB | 10111100111010010110111001000010 | bce96e42 |
SJIS-WIN | ??nB | 00111111001111110110111001000010 | 3f3f6e42 |
EUC-JP | ?énB | 001111111000111110101011101100010110111001000010 | 3f8fabb16e42 |
UTF-8 | ¼énB | 110000101011110011000011101010010110111001000010 | c2bcc3a96e42 |
UHC | ¼?nB | 1010100011111001001111110110111001000010 | a8f93f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)