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 | 蛹僖^ | 1110010110001100100110010100010001011110 | e58c99445e |
EUC-JP | 蛹僖^ | 1110100111101100110100011010010101011110 | e9ecd1a55e |
UTF-8 | 蛹僖^ | 11101000100110111011100111100101100000111001011001011110 | e89bb9e583965e |
UHC | ?僖^ | 00111111111111011110101001011110 | 3ffdea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)