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 | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | ?裴BF | 0011111111100101111010000100001001000110 | 3fe5e84246 |
EUC-JP | 獐裴BF | 10001111110010111011101011101010111010100100001001000110 | 8fcbbaeaea4246 |
UTF-8 | 獐裴BF | 1110011110001101100100001110100010100011101101000100001001000110 | e78d90e8a3b44246 |
UHC | 獐裴BF | 111011011110111111011011110100000100001001000110 | edefdbd04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)