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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陲紋ソ | 1110100010100010100101101110010010111111 | e8a296e4bf |
EUC-JP | 陲紋ソ | 111100001010010011001100111001101000111010111111 | f0a4cce68ebf |
UTF-8 | 陲紋ソ | 111010011001100110110010111001111011010010001011111011111011110110111111 | e999b2e7b48befbdbf |
UHC | ?紋? | 00111111110110101010001100111111 | 3fdaa33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)