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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?紊 | 001111111110001101000011 | 3fe343 |
EUC-JP | 焌紊 | 1000111111001001111010001110010110100100 | 8fc9e8e5a4 |
UTF-8 | 焌紊 | 111001111000010010001100111001111011010010001010 | e7848ce7b48a |
UHC | 焌紊 | 11110001111000001101101010100010 | f1e0daa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)