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 | é¹è¹~ | 11101001100110111011100111101000100100101011100101111110 | e99bb9e892b97e |
SJIS-WIN | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
EUC-JP | é??è??~ | 1000111110101011101100010011111100111111100011111010101110110010001111110011111101111110 | 8fabb13f3f8fabb23f3f7e |
UTF-8 | é¹è¹~ | 11000011101010011100001010011011110000101011100111000011101010001100001010010010110000101011100101111110 | c3a9c29bc2b9c3a8c292c2b97e |
UHC | ??¹??¹~ | 001111110011111110101001111101100011111100111111101010011111011001111110 | 3f3fa9f63f3fa9f67e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)