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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 艷向B | 1110010010000110100011001111110001000010 | e4868cfc42 |
EUC-JP | 艷向B | 1110011111100110101110001111111001000010 | e7e6b8fe42 |
UTF-8 | 艷向B | 11101000100010011011011111100101100100001001000101000010 | e889b7e5909142 |
UHC | ?向B | 00111111111110101011111001000010 | 3ffabe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)