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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?夕?夕^ | 00111111100101110101101100111111100101110101101101011110 | 3f975b3f975b5e |
EUC-JP | ?夕?夕^ | 00111111110011011011110000111111110011011011110001011110 | 3fcdbc3fcdbc5e |
UTF-8 | 灐夕灐夕^ | 11100111100000011001000011100101101001001001010111100111100000011001000011100101101001001001010101011110 | e78190e5a495e78190e5a4955e |
UHC | 灐夕灐夕^ | 111110111010010111100000101010101111101110100101111000001010101001011110 | fba5e0aafba5e0aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)