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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 獵珈獵獵 | 1110000011011000111000001101101111100000110110001110000011011000 | e0d8e0dbe0d8e0d8 |
EUC-JP | 獵珈獵獵 | 1110000011011010111000001101110111100000110110101110000011011010 | e0dae0dde0dae0da |
UTF-8 | 獵珈獵獵 | 111001111000110110110101111001111000111110001000111001111000110110110101111001111000110110110101 | e78db5e78f88e78db5e78db5 |
UHC | 獵?獵獵 | 11010110101101000011111111010110101101001101011010110100 | d6b43fd6b4d6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)