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 | ?壁^ | 00111111100101011100011101011110 | 3f95c75e |
EUC-JP | ?壁^ | 00111111110010101100100101011110 | 3fcac95e |
UTF-8 | 灐壁^ | 11100111100000011001000011100101101000111000000101011110 | e78190e5a3815e |
UHC | 灐壁^ | 1111101110100101110110111111101001011110 | fba5dbfa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)