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 | 111010001001001110011001010001011110100010010011100110010100010101000010 | e8939945e893994542 |
EUC-JP | 闢僞闢僞B | 111011111111001111010001101001101110111111110011110100011010011001000010 | eff3d1a6eff3d1a642 |
UTF-8 | 闢僞闢僞B | 11101001100101111010001011100101100000111001111011101001100101111010001011100101100000111001111001000010 | e997a2e5839ee997a2e5839e42 |
UHC | 闢僞闢僞B | 110111001010001111101010110010101101110010100011111010101100101001000010 | dca3eacadca3eaca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)