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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 鍜戡幌F | 11101000010001111001110101000001100101100111100101000110 | e8479d41967946 |
EUC-JP | 鍜戡幌F | 11101111101010001101100110100010110010111101101001000110 | efa8d9a2cbda46 |
UTF-8 | 鍜戡幌F | 11101001100011011001110011100110100010001010000111100101101110011000110001000110 | e98d9ce688a1e5b98c46 |
UHC | ?戡幌F | 001111111100101011110001111111001100011001000110 | 3fcaf1fcc646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)