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{^ | 00111111010101110111110100111111010101110111101101011110 | 3f577d3f577b5e |
SJIS-WIN | 溝W}溝W{^ | 100011010110000101010111011111011000110101100001010101110111101101011110 | 8d61577d8d61577b5e |
EUC-JP | 溝W}溝W{^ | 101110011100001001010111011111011011100111000010010101110111101101011110 | b9c2577db9c2577b5e |
UTF-8 | 溝W}溝W{^ | 1110011010111010100111010101011101111101111001101011101010011101010101110111101101011110 | e6ba9d577de6ba9d577b5e |
UHC | 溝W}溝W{^ | 110011111011010101010111011111011100111110110101010101110111101101011110 | cfb5577dcfb5577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)