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 | è⯠| 100101011110100011100010101011111000001010010000 | 95e8e2af8290 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?èâ¯?? | 001111111000111110101011101100101000111110101011101001001000111110100010101101000011111100111111 | 3f8fabb28faba48fa2b43f3f |
UTF-8 | è⯠| 110000101001010111000011101010001100001110100010110000101010111111000010100000101100001010010000 | c295c3a8c3a2c2afc282c290 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)