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 | 邀壁^ | 1110011110110001100101011100011101011110 | e7b195c75e |
EUC-JP | 邀壁^ | 1110111010110011110010101100100101011110 | eeb3cac95e |
UTF-8 | 邀壁^ | 11101001100000101000000011100101101000111000000101011110 | e98280e5a3815e |
UHC | 邀壁^ | 1110100110101101110110111111101001011110 | e9addbfa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)