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 | 闌夕闌夕^ | 111010001000110010010111010110111110100010001100100101110101101101011110 | e88c975be88c975b5e |
EUC-JP | 闌夕闌夕^ | 111011111110110011001101101111001110111111101100110011011011110001011110 | efeccdbcefeccdbc5e |
UTF-8 | 闌夕闌夕^ | 11101001100101111000110011100101101001001001010111101001100101111000110011100101101001001001010101011110 | e9978ce5a495e9978ce5a4955e |
UHC | ?夕?夕^ | 00111111111000001010101000111111111000001010101001011110 | 3fe0aa3fe0aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)