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 | è¶èûä¹ | 10001111111010001011011011101000111110111110010010111001 | 8fe8b6e8fbe4b9 |
SJIS-WIN | ??¶???? | 0011111100111111100000011111011100111111001111110011111100111111 | 3f3f81f73f3f3f3f |
EUC-JP | ?è¶èûä? | 00111111100011111010101110110010101000101111100110001111101010111011001010001111101010111110010110001111101010111010001100111111 | 3f8fabb2a2f98fabb28fabe58faba33f |
UTF-8 | è¶èûä¹ | 1100001010001111110000111010100011000010101101101100001110101000110000111011101111000011101001001100001010111001 | c28fc3a8c2b6c3a8c3bbc3a4c2b9 |
UHC | ??¶???¹ | 001111110011111110100010110100100011111100111111001111111010100111110110 | 3f3fa2d23f3f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)