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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 闢碓h闢碓 | 111010001001001110001001010011110110100011101000100100111000100101001111 | e893894f68e893894f |
EUC-JP | 闢碓h闢碓 | 111011111111001110110001101100000110100011101111111100111011000110110000 | eff3b1b068eff3b1b0 |
UTF-8 | 闢碓h闢碓 | 11101001100101111010001011100111101000101001001101101000111010011001011110100010111001111010001010010011 | e997a2e7a29368e997a2e7a293 |
UHC | 闢?h闢? | 11011100101000110011111101101000110111001010001100111111 | dca33f68dca33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)