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 | 11101001100010001001010011100101100100111000100001000110 | e98894e5938846 |
EUC-JP | 驤泌嶋F | 11110001111010001100100011100111110001011110100001000110 | f1e8c8e7c5e846 |
UTF-8 | 驤泌嶋F | 11101001101010011010010011100110101100111000110011100101101101101000101101000110 | e9a9a4e6b38ce5b68b46 |
UHC | ?泌嶋F | 001111111111100110110010110100111111011101000110 | 3ff9b2d3f746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)