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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 獵h獵 | 1110000011011000011010001110000011011000 | e0d868e0d8 |
EUC-JP | 獵h獵 | 1110000011011010011010001110000011011010 | e0da68e0da |
UTF-8 | 獵h獵 | 11100111100011011011010101101000111001111000110110110101 | e78db568e78db5 |
UHC | 獵h獵 | 1101011010110100011010001101011010110100 | d6b468d6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)