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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 臧蕣q | 111001000110100011100100111110101000001010010001 | e468e4fa8291 |
EUC-JP | 臧蕣q | 111001111100100111101000111111001010001111110001 | e7c9e8fca3f1 |
UTF-8 | 臧蕣q | 111010001000011110100111111010001001010110100011111011111011110110010001 | e887a7e895a3efbd91 |
UHC | 臧蕣q | 111011011111010111100010111100101010001111110001 | edf5e2f2a3f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)