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{^ | 001111110011111101110010011111010011111100111111011100100111101101011110 | 3f3f727d3f3f727b5e |
SJIS-WIN | ソソr}ソソr{^ | 101111111011111101110010011111011011111110111111011100100111101101011110 | bfbf727dbfbf727b5e |
EUC-JP | ソソr}ソソr{^ | 10001110101111111000111010111111011100100111110110001110101111111000111010111111011100100111101101011110 | 8ebf8ebf727d8ebf8ebf727b5e |
UTF-8 | ソソr}ソソr{^ | 1110111110111101101111111110111110111101101111110111001001111101111011111011110110111111111011111011110110111111011100100111101101011110 | efbdbfefbdbf727defbdbfefbdbf727b5e |
UHC | ??r}??r{^ | 001111110011111101110010011111010011111100111111011100100111101101011110 | 3f3f727d3f3f727b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)