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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 夕夕^ | 1001011101011011100101110101101101011110 | 975b975b5e |
EUC-JP | 夕夕^ | 1100110110111100110011011011110001011110 | cdbccdbc5e |
UTF-8 | 夕夕^ | 11100101101001001001010111100101101001001001010101011110 | e5a495e5a4955e |
UHC | 夕夕^ | 1110000010101010111000001010101001011110 | e0aae0aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)