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{^ | 00111111011100100111110100111111011100100111101101011110 | 3f727d3f727b5e |
SJIS-WIN | 禝r}禝r{^ | 111000100101010001110010011111011110001001010100011100100111101101011110 | e254727de254727b5e |
EUC-JP | 禝r}禝r{^ | 111000111011010101110010011111011110001110110101011100100111101101011110 | e3b5727de3b5727b5e |
UTF-8 | 禝r}禝r{^ | 1110011110100110100111010111001001111101111001111010011010011101011100100111101101011110 | e7a69d727de7a69d727b5e |
UHC | ?r}?r{^ | 00111111011100100111110100111111011100100111101101011110 | 3f727d3f727b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)