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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | 慂??oBF | 10011100110010000011111100111111011011110100001001000110 | 9cc83f3f6f4246 |
EUC-JP | 慂??oBF | 11011000110010100011111100111111011011110100001001000110 | d8ca3f3f6f4246 |
UTF-8 | 慂뤹뮵oBF | 111001101000010110000010111010111010010010111001111010111010111010110101011011110100001001000110 | e68582eba4b9ebaeb56f4246 |
UHC | 慂뤹뮵oBF | 111010011011110110001111111001111001001010111101011011110100001001000110 | e9bd8fe792bd6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)