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 | ??W}??W{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
SJIS-WIN | ?執W}?執W{^ | 0011111110001110101101110101011101111101001111111000111010110111010101110111101101011110 | 3f8eb7577d3f8eb7577b5e |
EUC-JP | ?執W}?執W{^ | 0011111110111100101110010101011101111101001111111011110010111001010101110111101101011110 | 3fbcb9577d3fbcb9577b5e |
UTF-8 | 離執W}離執W{^ | 1110111110100111101010101110010110011111101101110101011101111101111011111010011110101010111001011001111110110111010101110111101101011110 | efa7aae59fb7577defa7aae59fb7577b5e |
UHC | 離執W}離執W{^ | 11101100110001101111001011111011010101110111110111101100110001101111001011111011010101110111101101011110 | ecc6f2fb577decc6f2fb577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)