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 | ?@B | 001111110100000001000010 | 3f4042 |
SJIS-WIN | 許@B | 10001011100101100100000001000010 | 8b964042 |
EUC-JP | 許@B | 10110101111101100100000001000010 | b5f64042 |
UTF-8 | 許@B | 1110100010101000101100010100000001000010 | e8a8b14042 |
UHC | 許@B | 11111010110010010100000001000010 | fac94042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)