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{^ | 101111111010001001010111011111011011111110100010010101110111101101011110 | bfa2577dbfa2577b5e |
SJIS-WIN | ?¢W}?¢W{^ | 0011111110000001100100010101011101111101001111111000000110010001010101110111101101011110 | 3f8191577d3f8191577b5e |
EUC-JP | ¿¢W}¿¢W{^ | 100011111010001011000100101000011111000101010111011111011000111110100010110001001010000111110001010101110111101101011110 | 8fa2c4a1f1577d8fa2c4a1f1577b5e |
UTF-8 | ¿¢W}¿¢W{^ | 11000010101111111100001010100010010101110111110111000010101111111100001010100010010101110111101101011110 | c2bfc2a2577dc2bfc2a2577b5e |
UHC | ¿?W}¿?W{^ | 1010001010101111001111110101011101111101101000101010111100111111010101110111101101011110 | a2af3f577da2af3f577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)