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 | 縉箘縉箘^ | 111000110111010111100010101011101110001101110101111000101010111001011110 | e375e2aee375e2ae5e |
EUC-JP | 縉箘縉箘^ | 111001011101011011100100101100001110010111010110111001001011000001011110 | e5d6e4b0e5d6e4b05e |
UTF-8 | 縉箘縉箘^ | 11100111101110001000100111100111101011101001100011100111101110001000100111100111101011101001100001011110 | e7b889e7ae98e7b889e7ae985e |
UHC | 縉?縉?^ | 11110010110110110011111111110010110110110011111101011110 | f2db3ff2db3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)