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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 轣シ闥誹葦 | 111001111000000110111100111010001001001010010100111011101000100010101111 | e781bce89294ee88af |
EUC-JP | 轣シ闥誹葦 | 11101101111000011000111010111100111011111111001011001000111100001011000010110001 | ede18ebceff2c8f0b0b1 |
UTF-8 | 轣シ闥誹葦 | 111010001011110110100011111011111011110110111100111010011001011110100101111010001010101010111001111010001001000110100110 | e8bda3efbdbce997a5e8aab9e891a6 |
UHC | ???誹葦 | 00111111001111110011111111011110101001101110101011011000 | 3f3f3fdea6ead8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)