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 | wÈ | 10011011011101111001011011001000 | 9b7796c8 |
SJIS-WIN | ?w?? | 00111111011101110011111100111111 | 3f773f3f |
EUC-JP | ?w?È | 001111110111011100111111100011111010101010110010 | 3f773f8faab2 |
UTF-8 | wÈ | 11000010100110110111011111000010100101101100001110001000 | c29b77c296c388 |
UHC | ?w?? | 00111111011101110011111100111111 | 3f773f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)