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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 哭眄鞦^ | 10011010010011001110000110111110111010001110000101011110 | 9a4ce1bee8e15e |
EUC-JP | 哭眄鞦^ | 11010011101011011110001011000000111100001110001101011110 | d3ade2c0f0e35e |
UTF-8 | 哭眄鞦^ | 11100101100100111010110111100111100111001000010011101001100111101010011001011110 | e593ade79c84e99ea65e |
UHC | 哭眄?^ | 110011011101011011011000111110000011111101011110 | cdd6d8f83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)