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 | 100101100111011110000010 | 967782 |
SJIS-WIN | ?w? | 001111110111011100111111 | 3f773f |
EUC-JP | ?w? | 001111110111011100111111 | 3f773f |
UTF-8 | w | 1100001010010110011101111100001010000010 | c29677c282 |
UHC | ?w? | 001111110111011100111111 | 3f773f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)