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{^ | 0011111111100110101100100101011101111101001111111110011010110010010101110111101101011110 | 3fe6b2577d3fe6b2577b5e |
EUC-JP | 尗豐W}尗豐W{^ | 100011111011101011101010111011001011010001010111011111011000111110111010111010101110110010110100010101110111101101011110 | 8fbaeaecb4577d8fbaeaecb4577b5e |
UTF-8 | 尗豐W}尗豐W{^ | 1110010110110000100101111110100010110001100100000101011101111101111001011011000010010111111010001011000110010000010101110111101101011110 | e5b097e8b190577de5b097e8b190577b5e |
UHC | ??W}??W{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)