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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 猴獪猴獪^ | 111000001100101111100000110101001110000011001011111000001101010001011110 | e0cbe0d4e0cbe0d45e |
EUC-JP | 猴獪猴獪^ | 111000001100110111100000110101101110000011001101111000001101011001011110 | e0cde0d6e0cde0d65e |
UTF-8 | 猴獪猴獪^ | 11100111100011001011010011100111100011011010101011100111100011001011010011100111100011011010101001011110 | e78cb4e78daae78cb4e78daa5e |
UHC | ?獪?獪^ | 00111111111111001110101000111111111111001110101001011110 | 3ffcea3ffcea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)