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 | ?笑 | 001111111000111111001110 | 3f8fce |
EUC-JP | ?笑 | 001111111011111011010000 | 3fbed0 |
UTF-8 | 읰笑 | 111011001001110110110000111001111010110010010001 | ec9db0e7ac91 |
UHC | 읰笑 | 10011111110101101110000111000101 | 9fd6e1c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)