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 | è¢û¡ | 1110100010010001101000101111101110100001 | e891a2fba1 |
SJIS-WIN | ??¢?? | 001111110011111110000001100100010011111100111111 | 3f3f81913f3f |
EUC-JP | è?¢û¡ | 100011111010101110110010001111111010000111110001100011111010101111100101100011111010001011000010 | 8fabb23fa1f18fabe58fa2c2 |
UTF-8 | è¢û¡ | 11000011101010001100001010010001110000101010001011000011101110111100001010100001 | c3a8c291c2a2c3bbc2a1 |
UHC | ????¡ | 001111110011111100111111001111111010001010101110 | 3f3f3f3fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)