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{^ | 101100011010101101110010011111011011000110101011011100100111101101011110 | b1ab727db1ab727b5e |
EUC-JP | アォr}アォr{^ | 10001110101100011000111010101011011100100111110110001110101100011000111010101011011100100111101101011110 | 8eb18eab727d8eb18eab727b5e |
UTF-8 | アォr}アォr{^ | 1110111110111101101100011110111110111101101010110111001001111101111011111011110110110001111011111011110110101011011100100111101101011110 | efbdb1efbdab727defbdb1efbdab727b5e |
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)