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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 遶ェ菫ゾH | 1110011110101011101010101110010010111111100000110101110101001000 | e7abaae4bf835d48 |
EUC-JP | 遶ェ菫ゾH | 111011101010110110001110101010101110100011000001101001011011111001001000 | eead8eaae8c1a5be48 |
UTF-8 | 遶ェ菫ゾH | 11101001100000011011011011101111101111011010101011101000100011111010101111100011100000101011111001001000 | e981b6efbdaae88fabe382be48 |
UHC | ??菫ゾH | 00111111001111111101000011001011101010111011111001001000 | 3f3fd0cbabbe48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)