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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 糴汐脩汐^ | 111000101111100110001110101011001110001111111001100011101010110001011110 | e2f98eace3f98eac5e |
EUC-JP | 糴汐脩汐^ | 111001001111101110111100101011101110011011111011101111001010111001011110 | e4fbbcaee6fbbcae5e |
UTF-8 | 糴汐脩汐^ | 11100111101100111011010011100110101100011001000011101000100001001010100111100110101100011001000001011110 | e7b3b4e6b190e884a9e6b1905e |
UHC | ?汐脩汐^ | 0011111111100000101100011110001010111011111000001011000101011110 | 3fe0b1e2bbe0b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)