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{^ | 10001110110000111000111010100001011100100111110110001110110000111000111010100001011100100111101101011110 | 8ec38ea1727d8ec38ea1727b5e |
EUC-JP | 偲治r}偲治r{^ | 10111100110001011011110010100011011100100111110110111100110001011011110010100011011100100111101101011110 | bcc5bca3727dbcc5bca3727b5e |
UTF-8 | 偲治r}偲治r{^ | 1110010110000001101100101110011010110010101110110111001001111101111001011000000110110010111001101011001010111011011100100111101101011110 | e581b2e6b2bb727de581b2e6b2bb727b5e |
UHC | ?治r}?治r{^ | 0011111111110110101111010111001001111101001111111111011010111101011100100111101101011110 | 3ff6bd727d3ff6bd727b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)