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 | 臧蕣k | 111001000110100011100100111110101000001010001011 | e468e4fa828b |
EUC-JP | 臧蕣k | 111001111100100111101000111111001010001111101011 | e7c9e8fca3eb |
UTF-8 | 臧蕣k | 111010001000011110100111111010001001010110100011111011111011110110001011 | e887a7e895a3efbd8b |
UHC | 臧蕣k | 111011011111010111100010111100101010001111101011 | edf5e2f2a3eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)