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 | ?V????^ | 00111111010101100011111100111111001111110011111101011110 | 3f563f3f3f3f5e |
SJIS-WIN | 哭V鞦哭眄鞦^ | 100110100100110001010110111010001110000110011010010011001110000110111110111010001110000101011110 | 9a4c56e8e19a4ce1bee8e15e |
EUC-JP | 哭V鞦哭眄鞦^ | 110100111010110101010110111100001110001111010011101011011110001011000000111100001110001101011110 | d3ad56f0e3d3ade2c0f0e35e |
UTF-8 | 哭V鞦哭眄鞦^ | 1110010110010011101011010101011011101001100111101010011011100101100100111010110111100111100111001000010011101001100111101010011001011110 | e593ad56e99ea6e593ade79c84e99ea65e |
UHC | 哭V?哭眄?^ | 11001101110101100101011000111111110011011101011011011000111110000011111101011110 | cdd6563fcdd6d8f83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)