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 | ±«r}±«r{^ | 101100011010101101110010011111011011000110101011011100100111101101011110 | b1ab727db1ab727b5e |
SJIS-WIN | ±?r}±?r{^ | 1000000101111101001111110111001001111101100000010111110100111111011100100111101101011110 | 817d3f727d817d3f727b5e |
EUC-JP | ±?r}±?r{^ | 1010000111011110001111110111001001111101101000011101111000111111011100100111101101011110 | a1de3f727da1de3f727b5e |
UTF-8 | ±«r}±«r{^ | 11000010101100011100001010101011011100100111110111000010101100011100001010101011011100100111101101011110 | c2b1c2ab727dc2b1c2ab727b5e |
UHC | ±?r}±?r{^ | 1010000110111110001111110111001001111101101000011011111000111111011100100111101101011110 | a1be3f727da1be3f727b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)