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 | 盖怐盖怐^ | 111000011011001110011100100000011110000110110011100111001000000101011110 | e1b39c81e1b39c815e |
EUC-JP | 盖怐盖怐^ | 111000101011010111010111111000011110001010110101110101111110000101011110 | e2b5d7e1e2b5d7e15e |
UTF-8 | 盖怐盖怐^ | 11100111100110111001011011100110100000001001000011100111100110111001011011100110100000001001000001011110 | e79b96e68090e79b96e680905e |
UHC | 盖?盖?^ | 11001011110011000011111111001011110011000011111101011110 | cbcc3fcbcc3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)