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 | 酬穗 | 10001111010101101110001001101110 | 8f56e26e |
EUC-JP | 酬穗 | 10111101101101111110001111001111 | bdb7e3cf |
UTF-8 | 酬穗 | 111010011000010110101100111001111010100110010111 | e985ace7a997 |
UHC | 酬穗 | 11100010110001101110001010110100 | e2c6e2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)