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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 辰????B | 10010010010000110011111100111111001111110011111101000010 | 92433f3f3f3f42 |
EUC-JP | 辰????B | 11000011101001000011111100111111001111110011111101000010 | c3a43f3f3f3f42 |
UTF-8 | 辰섦뤉렐픚B | 11101000101111101011000011101100100001001010011011101011101001001000100111101011101000001001000011101101100101001001101001000010 | e8beb0ec84a6eba489eba090ed949a42 |
UHC | 辰섦뤉렐픚B | 1111001011100011101111001011010010001111101110011011011110111100110000000101011101000010 | f2e3bcb48fb9b7bcc05742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)