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 | 10010001010001001001000101010110100100001111100001000110 | 9144915690f846 |
EUC-JP | 船膳煽F | 11000001101001011100000110110111110000001111101001000110 | c1a5c1b7c0fa46 |
UTF-8 | 船膳煽F | 11101000100010001011100111101000100001101011001111100111100001011011110101000110 | e888b9e886b3e785bd46 |
UHC | 船膳煽F | 11100000110011111110000011001110111000001100001101000110 | e0cfe0cee0c346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)