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 | 貲悚 | 11100110110001011001110010011110 | e6c59c9e |
EUC-JP | 貲悚 | 11101100110001111101011111111110 | ecc7d7fe |
UTF-8 | 貲悚 | 111010001011001010110010111001101000001010011010 | e8b2b2e6829a |
UHC | ?悚 | 001111111110000111100101 | 3fe1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)