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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 躍?\}躍?\{^ | 1001011011110100001111110101110001111101100101101111010000111111010111000111101101011110 | 96f43f5c7d96f43f5c7b5e |
EUC-JP | 躍?\}躍?\{^ | 1100110011110110001111110101110001111101110011001111011000111111010111000111101101011110 | ccf63f5c7dccf63f5c7b5e |
UTF-8 | 躍셁\}躍셁\{^ | 1110100010111010100011011110110010000101100000010101110001111101111010001011101010001101111011001000010110000001010111000111101101011110 | e8ba8dec85815c7de8ba8dec85815c7b5e |
UHC | 躍셁\}躍셁\{^ | 11100101101110001001100101001011010111000111110111100101101110001001100101001011010111000111101101011110 | e5b8994b5c7de5b8994b5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)