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 | 哉?\}哉?\{^ | 1000110111000110001111110101110001111101100011011100011000111111010111000111101101011110 | 8dc63f5c7d8dc63f5c7b5e |
EUC-JP | 哉?\}哉?\{^ | 1011101011001000001111110101110001111101101110101100100000111111010111000111101101011110 | bac83f5c7dbac83f5c7b5e |
UTF-8 | 哉렣\}哉렣\{^ | 1110010110010011100010011110101110100000101000110101110001111101111001011001001110001001111010111010000010100011010111000111101101011110 | e59389eba0a35c7de59389eba0a35c7b5e |
UHC | 哉렣\}哉렣\{^ | 11101110101000111000111010110100010111000111110111101110101000111000111010110100010111000111101101011110 | eea38eb45c7deea38eb45c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)