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 | 0011111100111111011011110100001001000110 | 3f3f6f4246 |
SJIS-WIN | 驕ッoBF | 111010011000000110101111011011110100001001000110 | e981af6f4246 |
EUC-JP | 驕ッoBF | 11110001111000011000111010101111011011110100001001000110 | f1e18eaf6f4246 |
UTF-8 | 驕ッoBF | 111010011010100110010101111011111011110110101111011011110100001001000110 | e9a995efbdaf6f4246 |
UHC | 驕?oBF | 110011101111011000111111011011110100001001000110 | cef63f6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)