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 | 雲駒 | 10001001010111111000101111101110 | 895f8bee |
EUC-JP | 雲駒 | 10110001110000001011011011110000 | b1c0b6f0 |
UTF-8 | 雲駒 | 111010011001101110110010111010011010011110010010 | e99bb2e9a792 |
UHC | 雲駒 | 11101010101000111100111111001011 | eaa3cfcb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)