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 | ?X}?X{^ | 00111111010110000111110100111111010110000111101101011110 | 3f587d3f587b5e |
SJIS-WIN | 哭X}哭X{^ | 100110100100110001011000011111011001101001001100010110000111101101011110 | 9a4c587d9a4c587b5e |
EUC-JP | 哭X}哭X{^ | 110100111010110101011000011111011101001110101101010110000111101101011110 | d3ad587dd3ad587b5e |
UTF-8 | 哭X}哭X{^ | 1110010110010011101011010101100001111101111001011001001110101101010110000111101101011110 | e593ad587de593ad587b5e |
UHC | 哭X}哭X{^ | 110011011101011001011000011111011100110111010110010110000111101101011110 | cdd6587dcdd6587b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)