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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 﨟エ闥皮e貍 | 1111101110011101101101001110100010010010100101001110011110000010100001011110011010111100 | fb9db4e89294e78285e6bc |
EUC-JP | ?エ闥皮e貍 | 0011111110001110101101001110111111110010110010001110100110100011111001011110110010111110 | 3f8eb4eff2c8e9a3e5ecbe |
UTF-8 | 﨟エ闥皮e貍 | 111011111010100010011111111011111011110110110100111010011001011110100101111001111001101010101110111011111011110110000101111010001011001010001101 | efa89fefbdb4e997a5e79aaeefbd85e8b28d |
UHC | ???皮e? | 0011111100111111001111111111100110101011101000111110010100111111 | 3f3f3ff9aba3e53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)