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{^ | 101100011011001001110010011111011011000110110010011100100111101101011110 | b1b2727db1b2727b5e |
EUC-JP | アイr}アイr{^ | 10001110101100011000111010110010011100100111110110001110101100011000111010110010011100100111101101011110 | 8eb18eb2727d8eb18eb2727b5e |
UTF-8 | アイr}アイr{^ | 1110111110111101101100011110111110111101101100100111001001111101111011111011110110110001111011111011110110110010011100100111101101011110 | efbdb1efbdb2727defbdb1efbdb2727b5e |
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)