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 | 旋鴦旋羨旋 | 10010000111110011110100111110001100100001111100110010001010000011001000011111001 | 90f9e9f190f9914190f9 |
EUC-JP | 旋鴦旋羨旋 | 11000000111110111111001011110011110000001111101111000001101000101100000011111011 | c0fbf2f3c0fbc1a2c0fb |
UTF-8 | 旋鴦旋羨旋 | 111001101001011110001011111010011011010010100110111001101001011110001011111001111011111010101000111001101001011110001011 | e6978be9b4a6e6978be7bea8e6978b |
UHC | 旋鴦旋羨旋 | 11100000110000011110010011101100111000001100000111100000110011001110000011000001 | e0c1e4ece0c1e0cce0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)