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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 闢刃闢刃B | 111010001001001110010000011011101110100010010011100100000110111001000010 | e893906ee893906e42 |
EUC-JP | 闢刃闢刃B | 111011111111001110111111110011111110111111110011101111111100111101000010 | eff3bfcfeff3bfcf42 |
UTF-8 | 闢刃闢刃B | 11101001100101111010001011100101100010001000001111101001100101111010001011100101100010001000001101000010 | e997a2e58883e997a2e5888342 |
UHC | 闢刃闢刃B | 110111001010001111101100110100111101110010100011111011001101001101000010 | dca3ecd3dca3ecd342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)