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