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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 羃羃B | 1110001110110000111000111011000001000010 | e3b0e3b042 |
EUC-JP | 羃羃B | 1110011010110010111001101011001001000010 | e6b2e6b242 |
UTF-8 | 羃羃B | 11100111101111101000001111100111101111101000001101000010 | e7be83e7be8342 |
UHC | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)