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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ??沅?? | 00111111001111111000111111000110111010010011111100111111 | 3f3f8fc6e93f3f |
UTF-8 | 씌렣沅롔렣 | 111011001001010010001100111010111010000010100011111001101011001010000101111010111010000110010100111010111010000010100011 | ec948ceba0a3e6b285eba194eba0a3 |
UHC | 씌렣沅롔렣 | 10111110101110101000111010110100111010101011011010001110110110001000111010110100 | beba8eb4eab68ed88eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)