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 | ??]}??]{^ | 001111110011111101011101011111010011111100111111010111010111101101011110 | 3f3f5d7d3f3f5d7b5e |
SJIS-WIN | 鴫]}鴫]{^ | 11110000110000001000111010110000010111010111110111110000110000001000111010110000010111010111101101011110 | f0c08eb05d7df0c08eb05d7b5e |
EUC-JP | ?鴫]}?鴫]{^ | 0011111110111100101100100101110101111101001111111011110010110010010111010111101101011110 | 3fbcb25d7d3fbcb25d7b5e |
UTF-8 | 鴫]}鴫]{^ | 1110111010000001101111111110100110110100101010110101110101111101111011101000000110111111111010011011010010101011010111010111101101011110 | ee81bfe9b4ab5d7dee81bfe9b4ab5d7b5e |
UHC | ??]}??]{^ | 001111110011111101011101011111010011111100111111010111010111101101011110 | 3f3f5d7d3f3f5d7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)