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 | 憶?И | 1000100110101111001111111000010001001001 | 89af3f8449 |
EUC-JP | 憶?И | 1011001010110001001111111010011110101010 | b2b13fa7aa |
UTF-8 | 憶얜И | 1110011010000110101101101110110010010110100111001101000010011000 | e686b6ec969cd098 |
UHC | 憶얜И | 111001011110001110111110111010111010110010101010 | e5e3beebacaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)