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{^ | 10010001101111011001000110100000010101110111110110010001101111011001000110100000010101110111101101011110 | 91bd91a0577d91bd91a0577b5e |
EUC-JP | 多蔵W}多蔵W{^ | 11000010101111111100001010100010010101110111110111000010101111111100001010100010010101110111101101011110 | c2bfc2a2577dc2bfc2a2577b5e |
UTF-8 | 多蔵W}多蔵W{^ | 1110010110100100100110101110100010010100101101010101011101111101111001011010010010011010111010001001010010110101010101110111101101011110 | e5a49ae894b5577de5a49ae894b5577b5e |
UHC | 多?W}多?W{^ | 1101001011111101001111110101011101111101110100101111110100111111010101110111101101011110 | d2fd3f577dd2fd3f577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)