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 | 11100111101100010011111100111111011011110100001001000110 | e7b13f3f6f4246 |
EUC-JP | 邀??oBF | 11101110101100110011111100111111011011110100001001000110 | eeb33f3f6f4246 |
UTF-8 | 邀묕슈oBF | 111010011000001010000000111010111010110010010101111011001000101010001000011011110100001001000110 | e98280ebac95ec8a886f4246 |
UHC | 邀묕슈oBF | 111010011010110110010001111011111011110110110100011011110100001001000110 | e9ad91efbdb46f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)