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 | 11100000101101101110000011011000111000001100101101000110 | e0b6e0d8e0cb46 |
EUC-JP | 犖獵猴F | 11100000101110001110000011011010111000001100110101000110 | e0b8e0dae0cd46 |
UTF-8 | 犖獵猴F | 11100111100010101001011011100111100011011011010111100111100011001011010001000110 | e78a96e78db5e78cb446 |
UHC | ?獵?F | 0011111111010110101101000011111101000110 | 3fd6b43f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)