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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ??沅? | 001111110011111110001111110001101110100100111111 | 3f3f8fc6e93f |
UTF-8 | 씌렣沅롔 | 111011001001010010001100111010111010000010100011111001101011001010000101111010111010000110010100 | ec948ceba0a3e6b285eba194 |
UHC | 씌렣沅롔 | 1011111010111010100011101011010011101010101101101000111011011000 | beba8eb4eab68ed8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)