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 | 毎勇毎勇^ | 100101101000100010010111010001011001011010001000100101110100010101011110 | 96889745968897455e |
EUC-JP | 毎勇毎勇^ | 110010111110100011001101101001101100101111101000110011011010011001011110 | cbe8cda6cbe8cda65e |
UTF-8 | 毎勇毎勇^ | 11100110101011111000111011100101100010111000011111100110101011111000111011100101100010111000011101011110 | e6af8ee58b87e6af8ee58b875e |
UHC | ?勇?勇^ | 00111111111010011011100000111111111010011011100001011110 | 3fe9b83fe9b85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)