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 | ç²â¸ú£ | 1110011110011001101100101110001010010001101110001111101010100011 | e799b2e291b8faa3 |
SJIS-WIN | ???????£ | 001111110011111100111111001111110011111100111111001111111000000110010010 | 3f3f3f3f3f3f3f8192 |
EUC-JP | ç??â?¸ú£ | 1000111110101011101011100011111100111111100011111010101110100100001111111000111110100010101100011000111110101011111000101010000111110010 | 8fabae3f3f8faba43f8fa2b18fabe2a1f2 |
UTF-8 | ç²â¸ú£ | 11000011101001111100001010011001110000101011001011000011101000101100001010010001110000101011100011000011101110101100001010100011 | c3a7c299c2b2c3a2c291c2b8c3bac2a3 |
UHC | ??²??¸?? | 00111111001111111010100111110111001111110011111110100010101011000011111100111111 | 3f3fa9f73f3fa2ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)