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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 蛛獵艪B | 11100101100000011110000011011000111001001000001001000010 | e581e0d8e48242 |
EUC-JP | 蛛獵艪B | 11101001111000011110000011011010111001111110001001000010 | e9e1e0dae7e242 |
UTF-8 | 蛛獵艪B | 11101000100110111001101111100111100011011011010111101000100010011010101001000010 | e89b9be78db5e889aa42 |
UHC | 蛛獵?B | 111100011100100011010110101101000011111101000010 | f1c8d6b43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)