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 | æè°·c^ | 1110011010010111100011111110100010110000101101110110001101011110 | e6978fe8b0b7635e |
SJIS-WIN | ????°?c^ | 001111110011111100111111001111111000000110001011001111110110001101011110 | 3f3f3f3f818b3f635e |
EUC-JP | æ??è°?c^ | 10001111101010011100000100111111001111111000111110101011101100101010000111101011001111110110001101011110 | 8fa9c13f3f8fabb2a1eb3f635e |
UTF-8 | æè°·c^ | 1100001110100110110000101001011111000010100011111100001110101000110000101011000011000010101101110110001101011110 | c3a6c297c28fc3a8c2b0c2b7635e |
UHC | æ???°·c^ | 1010100110100001001111110011111100111111101000011100011010100001101001000110001101011110 | a9a13f3f3fa1c6a1a4635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)