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 | ?塾 | 001111111000111101101101 | 3f8f6d |
EUC-JP | ?塾 | 001111111011110111001110 | 3fbdce |
UTF-8 | 뤳塾 | 111010111010010010110011111001011010000110111110 | eba4b3e5a1be |
UHC | 뤳塾 | 10001111111000011110001011010011 | 8fe1e2d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)