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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 驍ッ蜃コBF | 1110100110000010101011111110010110000111101110100100001001000110 | e982afe587ba4246 |
EUC-JP | 驍ッ蜃コBF | 11110001111000101000111010101111111010011110011110001110101110100100001001000110 | f1e28eafe9e78eba4246 |
UTF-8 | 驍ッ蜃コBF | 1110100110101001100011011110111110111101101011111110100010011100100000111110111110111101101110100100001001000110 | e9a98defbdafe89c83efbdba4246 |
UHC | 驍?蜃?BF | 1111110110100100001111111110001111110001001111110100001001000110 | fda43fe3f13f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)