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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 獵瑣獵瑣B | 111000001101100011100000111100101110000011011000111000001111001001000010 | e0d8e0f2e0d8e0f242 |
EUC-JP | 獵瑣獵瑣B | 111000001101101011100000111101001110000011011010111000001111010001000010 | e0dae0f4e0dae0f442 |
UTF-8 | 獵瑣獵瑣B | 11100111100011011011010111100111100100011010001111100111100011011011010111100111100100011010001101000010 | e78db5e791a3e78db5e791a342 |
UHC | 獵?獵?B | 11010110101101000011111111010110101101000011111101000010 | d6b43fd6b43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)