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 | ?楓 | 001111111001010110010110 | 3f9596 |
EUC-JP | ?楓 | 001111111100100111110110 | 3fc9f6 |
UTF-8 | 쑶楓 | 111011001001000110110110111001101010010110010011 | ec91b6e6a593 |
UHC | 쑶楓 | 10011100110011111111100110100011 | 9ccff9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)